From: donchambers Date: Sun, 4 Nov 2007 19:00:14 +0000 (+0000) Subject: BP: Removed extra ">" after in plugin_staticpage_searchresults.tpl. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43df8182f270540ea9242f371c2ae8728fef32d0;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}