From 113c051bf29b596aeaded37185eee18551c5504d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 31 Aug 2005 00:12:22 +0000 Subject: [PATCH] =?utf8?q?Bug=20121112:=20long=5Flist.cgi=20generates=20ba?= =?utf8?q?d=20links=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r/a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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(-) diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index cf279d05d6..289593b7ac 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 5d70380ca1..cc5a19d090 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' => [ -- 2.47.3