aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-specific.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/search/search-specific.html.tmpl')
-rw-r--r--template/en/default/search/search-specific.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl
index 8288b76e3..e09caca7f 100644
--- a/template/en/default/search/search-specific.html.tmpl
+++ b/template/en/default/search/search-specific.html.tmpl
@@ -23,10 +23,10 @@
[% PROCESS global/header.html.tmpl
title = "Find a Specific " _ terms.Bug
- h1 = ""
+ header = ''
%]
-[% PROCESS search/tabs.html.tmpl %]
+[% WRAPPER search/tabs.html.tmpl %]
<p>
Find a specific [% terms.bug %] by entering words that describe it.
@@ -116,5 +116,7 @@ for "crash secure SSL flash".
</table>
</form>
+[% END %]
+
[% PROCESS global/footer.html.tmpl %]