Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- Fixed table tag in Section 5 of IVP. ([#156](https://github.com/opendevstack/ods-document-generation-templates/pull/156))

## 1.2.11 - 2025-4-10
- Remove Jira issue ID strikethrough on SLC documents. ([#153](https://github.com/opendevstack/ods-document-generation-templates/pull/153))
Expand Down
2 changes: 1 addition & 1 deletion templates/IVP.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Other test cases:
</tr>
{{/each}}
</tbody>
</ta<p>N/A</p>
</table>
{{else}}
<p>N/A</p>
{{/if}}
Expand Down