Commit f2475705 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 365046: If docs_urlbase is empty, link to "the named tag" in the…

Bug 365046: If docs_urlbase is empty, link to "the named tag" in the documentation should be supressed - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=bkor a=justdave
parent 618959cb
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment