summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2014-12-27 14:08:00 +0100
committerGervase Markham <gerv@gerv.net>2014-12-27 14:08:21 +0100
commit70f2874e3212600ea43a4ea264e3dc67751a1775 (patch)
treec4f45ddfb9fba3cef1d0adec68189e921fa032aa /template
parent505682fb6c48787277b38a5ea5513590ae939aca (diff)
downloadbugzilla-70f2874e3212600ea43a4ea264e3dc67751a1775.tar.gz
bugzilla-70f2874e3212600ea43a4ea264e3dc67751a1775.tar.xz
Bug 1114365: Don't display empty parenthesis for Aliases on Full Text Bug Listing. r=gerv, a=glob.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 8d9bead0a..d3065abda 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -48,7 +48,7 @@
<h1>
[% terms.Bug %]
<a href="show_bug.cgi?id=[% bug.bug_id FILTER html %]">[% bug.bug_id FILTER html %]</a>
- [% IF bug.alias AND NOT bug.error %] (
+ [% IF bug.alias.size AND NOT bug.error %] (
[%- FOREACH alias IN bug.alias %]<a href="show_bug.cgi?id=[% alias FILTER uri %]">
[% alias FILTER html %]</a>[% UNLESS loop.last %], [% END %]
[%- END %])