From: Matt Selsky Date: Sat, 27 Dec 2014 13:13:00 +0000 (+0000) Subject: Bug 1114365: Don't display empty parenthesis for Aliases on Full Text Bug Listing... X-Git-Tag: bugzilla-5.0rc1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73e52e855f04833e81a42714beacd4ffa178d12b;p=thirdparty%2Fbugzilla.git Bug 1114365: Don't display empty parenthesis for Aliases on Full Text Bug Listing. r=gerv, a=glob. --- diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 8d9bead0a5..d3065abda4 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -48,7 +48,7 @@

[% terms.Bug %] [% bug.bug_id FILTER html %] - [% IF bug.alias AND NOT bug.error %] ( + [% IF bug.alias.size AND NOT bug.error %] ( [%- FOREACH alias IN bug.alias %] [% alias FILTER html %][% UNLESS loop.last %], [% END %] [%- END %])