Commit 3d22bf91 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 389537 bug title should linkify alias next to already linkified bug number

r=vladd, r=mkanat a=mkanat
parent 9e7ca581
......@@ -64,7 +64,8 @@
[% terms.Bug %]
<a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
[% IF Param("usebugaliases") AND bug.alias AND NOT bug.error %]
([% bug.alias FILTER html %])
(<a href="show_bug.cgi?id=[% bug.alias FILTER url_quote %]">
[% bug.alias FILTER html %]</a>)
[% END %]
</h1>
......
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