diff options
Diffstat (limited to 'tmpl/search_result.tt2')
-rw-r--r-- | tmpl/search_result.tt2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/search_result.tt2 b/tmpl/search_result.tt2 index cc2af1c..7ba14f9 100644 --- a/tmpl/search_result.tt2 +++ b/tmpl/search_result.tt2 @@ -1,6 +1,6 @@ <span class="close-button"> <a href="#" onclick="return [% IF navtarget %]window.close();[% ELSE %]hide_search();[% END %]"> -<img border="0" src="../../gfx/close.png" alt="X"></a> +<img border="0" src="../.static/gfx/close.png" alt="X"></a> </span> [% IF search_type == "code" or (code_res and code_res.idents.0) %] |