From 113c051bf29b596aeaded37185eee18551c5504d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 31 Aug 2005 00:12:22 +0000 Subject: Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin r/a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/comments.html.tmpl | 6 ++++-- template/en/default/filterexceptions.pl | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index cf279d05d..289593b7a 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -77,7 +77,8 @@
- Description:   @@ -91,7 +92,8 @@
------- Comment - #[% count %] From + + #[% count %] From [% comment.name FILTER html %] [%+ comment.time FILTER time %] diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 5d70380ca..cc5a19d09 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -305,6 +305,7 @@ 'bug/comments.html.tmpl' => [ 'comment.isprivate', 'comment.when', + 'bug.bug_id', ], 'bug/dependency-graph.html.tmpl' => [ -- cgit v1.2.3-24-g4f1b