Commit 0c703b2055f8b9fa4ec87a4ad8cc45c19267d750
1 parent
6b87e519
Add back end of strong HTML tag
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4446 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/kt3/compare_document.smarty
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | <strong>{$document->getMajorVersionNumber()}.{$document->getMinorVersionNumber()}</strong> ({$document->getMetadataVersion()}) |
| 4 | 4 | {/capture} |
| 5 | 5 | {capture assign=to} |
| 6 | -<strong>{$comparison_document->getMajorVersionNumber()}.{$comparison_document->getMinorVersionNumber()} ({$comparison_document->getMetadataVersion()}) | |
| 6 | +<strong>{$comparison_document->getMajorVersionNumber()}.{$comparison_document->getMinorVersionNumber()}</strong> ({$comparison_document->getMetadataVersion()}) | |
| 7 | 7 | {/capture} |
| 8 | 8 | <p class="descriptiveText"> |
| 9 | 9 | {i18n arg_from=$from arg_to=$to}showing comparison between versions #from# and #to#{/i18n}</p> | ... | ... |