summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/per-bug-queries.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/per-bug-queries.html.tmpl')
-rw-r--r--template/en/default/global/per-bug-queries.html.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl
index fa682ebc9..c3706d6de 100644
--- a/template/en/default/global/per-bug-queries.html.tmpl
+++ b/template/en/default/global/per-bug-queries.html.tmpl
@@ -71,7 +71,13 @@
<option value="remove">Remove</option>
[% END %]
</select>
- <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a>
+
+ [% IF Param('docs_urlbase') %]
+ <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a>
+ [% ELSE %]
+ the named tag
+ [% END %]
+
[% IF lists_of_bugs.size %]
<select id="lob_oldqueryname" name="oldqueryname">
[% FOREACH query = lists_of_bugs %]