Commit 73e52e85 authored by Matt Selsky's avatar Matt Selsky Committed by Gervase Markham

Bug 1114365: Don't display empty parenthesis for Aliases on Full Text Bug Listing. r=gerv, a=glob.

parent 20711674
......@@ -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 %])
......
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