From 8aa3194ab17722ed384e988778ccdaee2194cd0b Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 18 Oct 2005 12:12:22 +0000 Subject: [PATCH] Close breadcrumb tags properly. --- templates/ktcore/standard_page.smarty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ktcore/standard_page.smarty b/templates/ktcore/standard_page.smarty index 6397953..0f825e4 100644 --- a/templates/ktcore/standard_page.smarty +++ b/templates/ktcore/standard_page.smarty @@ -89,7 +89,7 @@ class="intro">You are here: { if !$smarty.foreach.bc.last } » { /if } - { /foreach } + { /foreach }

{ /if } { foreach item=errorMessage from=$errormessages }

{$errorMessage}

-- libgit2 0.21.4