Commit 57956546 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 300436: In votes.cgi, the bug description should not link to voters - Patch…

Bug 300436: In votes.cgi, the bug description should not link to voters - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
parent 8076d034
......@@ -124,9 +124,8 @@
[% bug.id FILTER bug_link(bug.id) FILTER none %]
</td>
<td>
<a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.id %]">
[% bug.summary FILTER html %]
</a>
[% bug.summary FILTER html %]
(<a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.id %]">Voters</a>)
</td>
</tr>
[% 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