Commit 8aa3194ab17722ed384e988778ccdaee2194cd0b

Authored by Neil Blakey-Milner
1 parent 29c13ea2

Close breadcrumb tags properly.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3863 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/standard_page.smarty
... ... @@ -89,7 +89,7 @@ class="intro">You are here: </span> <span class="breadcrumbs">
89 89 { if !$smarty.foreach.bc.last }
90 90 »
91 91 { /if }
92   - { /foreach } </span>
  92 + { /foreach } </span></p>
93 93 { /if }
94 94 { foreach item=errorMessage from=$errormessages }
95 95 <table border="0"><tr><td><p class="errorText">{$errorMessage}</p></td></tr></table>
... ...