summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/choose-classification.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/choose-classification.html.tmpl')
-rw-r--r--template/en/default/global/choose-classification.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl
index 3bb4be3a8..b2021f234 100644
--- a/template/en/default/global/choose-classification.html.tmpl
+++ b/template/en/default/global/choose-classification.html.tmpl
@@ -36,8 +36,8 @@
<tr>
<th align="right" valign="center" height=50>
<a href="[% target FILTER url_quote %]?classification=__all
- [% IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END %]
- [% IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
+ [% IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%]
+ [%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
All</a>:
</th>
@@ -49,9 +49,9 @@
[% IF classifications.$p.size > 0 %]
<tr>
<th align="right" valign="top">
- <a href="[% target FILTER url_quote %]?classification=[% p FILTER url_quote %]
- [% IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END %]
- [% IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
+ <a href="[% target FILTER url_quote %]?classification=[% p FILTER url_quote -%]
+ [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%]
+ [%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
[% p FILTER html %]</a>:
</th>