Commit ff19d06ee189a4a9a2f258e53a7fe5ecbb7585e1

Authored by nbm
1 parent e7267ea7

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,7 +89,7 @@ class="intro">You are here: </span> <span class="breadcrumbs">
89 { if !$smarty.foreach.bc.last } 89 { if !$smarty.foreach.bc.last }
90 » 90 »
91 { /if } 91 { /if }
92 - { /foreach } </span> 92 + { /foreach } </span></p>
93 { /if } 93 { /if }
94 { foreach item=errorMessage from=$errormessages } 94 { foreach item=errorMessage from=$errormessages }
95 <table border="0"><tr><td><p class="errorText">{$errorMessage}</p></td></tr></table> 95 <table border="0"><tr><td><p class="errorText">{$errorMessage}</p></td></tr></table>