aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/search_result.tt2
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/search_result.tt2')
-rw-r--r--tmpl/search_result.tt24
1 files changed, 4 insertions, 0 deletions
diff --git a/tmpl/search_result.tt2 b/tmpl/search_result.tt2
index 7ba14f9..afc36f4 100644
--- a/tmpl/search_result.tt2
+++ b/tmpl/search_result.tt2
@@ -3,6 +3,10 @@
<img border="0" src="../.static/gfx/close.png" alt="X"></a>
</span>
+[% IF error %]
+<div class="error">[% error | html %]</div>
+[% END %]
+
[% IF search_type == "code" or (code_res and code_res.idents.0) %]
<div class="query_desc">Code search: [% code_res.query %]</div>
[% ptype = '' %]