diff --git a/templates/bulletproof/plugin_staticpage_searchresults.tpl b/templates/bulletproof/plugin_staticpage_searchresults.tpl index 2531f8be..7ee3c0b0 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}