diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/docslinks.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/per-bug-queries.html.tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index db913d9a1..bfd18af4d 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -122,7 +122,7 @@ [% IF doc_section %] <li> <span class="separator">| </span> - <a href="[% Param("docs_urlbase") _ doc_section FILTER html %]" target="_blank">Help</a> + <a href="[% docs_urlbase _ doc_section FILTER html %]" target="_blank">Help</a> </li> [% END %] [% END %] diff --git a/template/en/default/global/docslinks.html.tmpl b/template/en/default/global/docslinks.html.tmpl index 7c4e7aba5..712dfb45b 100644 --- a/template/en/default/global/docslinks.html.tmpl +++ b/template/en/default/global/docslinks.html.tmpl @@ -45,7 +45,7 @@ [% BLOCK docslinkslist %] [% FOREACH docslink = docstype.keys %] <li> - <a href="[% Param('docs_urlbase') %] + <a href="[% docs_urlbase FILTER html %] [% docslink FILTER none %]">[% docstype.$docslink FILTER html %]</a> </li> [% END %] diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index 6a9f7db0d..c2fc3983d 100644 --- a/template/en/default/global/per-bug-queries.html.tmpl +++ b/template/en/default/global/per-bug-queries.html.tmpl @@ -71,7 +71,7 @@ </select> [% IF Param('docs_urlbase') %] - <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a> + <a href="[% docs_urlbase FILTER html %]query.html#individual-buglists">the named tag</a> [% ELSE %] the named tag [% END %] |