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 @@
<table>
<tr>
<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"><!--
addReplyLink(0);
//--></script>
......@@ -91,7 +92,8 @@
<br>
<span class="bz_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 %]">
[% comment.name FILTER html %]</a>
[%+ comment.time FILTER time %]
......
......@@ -305,6 +305,7 @@
'bug/comments.html.tmpl' => [
'comment.isprivate',
'comment.when',
'bug.bug_id',
],
'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