Commit 0c703b2055f8b9fa4ec87a4ad8cc45c19267d750

Authored by Neil Blakey-Milner
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
templates/kt3/compare_document.smarty
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <strong>{$document->getMajorVersionNumber()}.{$document->getMinorVersionNumber()}</strong> ({$document->getMetadataVersion()}) 3 <strong>{$document->getMajorVersionNumber()}.{$document->getMinorVersionNumber()}</strong> ({$document->getMetadataVersion()})
4 {/capture} 4 {/capture}
5 {capture assign=to} 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 {/capture} 7 {/capture}
8 <p class="descriptiveText"> 8 <p class="descriptiveText">
9 {i18n arg_from=$from arg_to=$to}showing comparison between versions #from# and #to#{/i18n}</p> 9 {i18n arg_from=$from arg_to=$to}showing comparison between versions #from# and #to#{/i18n}</p>