From 43df8182f270540ea9242f371c2ae8728fef32d0 Mon Sep 17 00:00:00 2001 From: donchambers Date: Sun, 4 Nov 2007 19:00:14 +0000 Subject: [PATCH] BP: Removed extra ">" after in plugin_staticpage_searchresults.tpl. --- templates/bulletproof/plugin_staticpage_searchresults.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}
-- 2.39.5