From 055435f90326ebf9e55f7882f78d6d4ffe054c6a Mon Sep 17 00:00:00 2001
From: Don Chambers <don.chambers@optional-necessity.com>
Date: Sun, 4 Nov 2007 19:00:14 +0000
Subject: [PATCH] BP: Removed extra ">" after </dd> 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 2531f8be..7ee3c0b0 100644
--- a/templates/bulletproof/plugin_staticpage_searchresults.tpl
+++ b/templates/bulletproof/plugin_staticpage_searchresults.tpl
@@ -4,7 +4,7 @@
     <dl class="staticpage_result">
     {foreach from=$staticpage_results item="result"}
         <dt><strong><a href="{$result.permalink|@escape}" title="{$result.pagetitle|@escape}">{$result.headline}</a></strong> ({$result.realname})</dt>
-        <dd>{$result.content|@escape:htmlall|@truncate:200:" ... "}</dd>>
+        <dd>{$result.content|@escape:htmlall|@truncate:200:" ... "}</dd>
     {/foreach}
     </dl>
 </div>