From 25d5288c1df443b77db9c7cc9f4e33107f890499 Mon Sep 17 00:00:00 2001 From: donchambers Date: Sun, 4 Nov 2007 18:59:46 +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