Commit 113c051b authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin…

Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
parent d4f69fa0
...@@ -77,7 +77,8 @@ ...@@ -77,7 +77,8 @@
<table> <table>
<tr> <tr>
<td align="left"> <td align="left">
<b><a name="c0" href="#c0">Description</a>:</b>&nbsp;&nbsp;<script <b><a name="c0" href="show_bug.cgi?id=[% bug.bug_id %]#c0">
Description</a>:</b>&nbsp;&nbsp;<script
type="text/javascript"><!-- type="text/javascript"><!--
addReplyLink(0); addReplyLink(0);
//--></script> //--></script>
...@@ -91,7 +92,8 @@ ...@@ -91,7 +92,8 @@
<br> <br>
<span class="bz_comment"> <span class="bz_comment">
------- <i>Comment ------- <i>Comment
<a name="c[% count %]" href="#c[% count %]">#[% count %]</a> From <a name="c[% count %]" href="show_bug.cgi?id=[% bug.bug_id %]#c[% count %]">
#[% count %]</a> From
<a href="mailto:[% comment.email FILTER html %]"> <a href="mailto:[% comment.email FILTER html %]">
[% comment.name FILTER html %]</a> [% comment.name FILTER html %]</a>
[%+ comment.time FILTER time %] [%+ comment.time FILTER time %]
......
...@@ -305,6 +305,7 @@ ...@@ -305,6 +305,7 @@
'bug/comments.html.tmpl' => [ 'bug/comments.html.tmpl' => [
'comment.isprivate', 'comment.isprivate',
'comment.when', 'comment.when',
'bug.bug_id',
], ],
'bug/dependency-graph.html.tmpl' => [ 'bug/dependency-graph.html.tmpl' => [
......
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