From: donchambers Date: Sun, 4 Nov 2007 18:59:46 +0000 (+0000) Subject: BP: Removed extra ">" after in plugin_staticpage_searchresults.tpl. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=25d5288c1df443b77db9c7cc9f4e33107f890499;p=s9y.git BP: Removed extra ">" after in plugin_staticpage_searchresults.tpl. --- diff --git a/templates/bulletproof/plugin_staticpage_searchresults.tpl b/templates/bulletproof/plugin_staticpage_searchresults.tpl index 2531f8b..7ee3c0b 100644 --- a/templates/bulletproof/plugin_staticpage_searchresults.tpl +++ b/templates/bulletproof/plugin_staticpage_searchresults.tpl @@ -4,7 +4,7 @@
{foreach from=$staticpage_results item="result"}
{$result.headline} ({$result.realname})
-
{$result.content|@escape:htmlall|@truncate:200:" ... "}
> +
{$result.content|@escape:htmlall|@truncate:200:" ... "}
{/foreach}