diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-11 16:58:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-11 16:58:39 +0200 |
commit | 2e22a6888a223b092d0d529719840dd4281d836e (patch) | |
tree | 3500e301ed9a56c28dd92871dd0f463da59ac7f9 | |
parent | Gentoo: shorten URLs in addressbar (diff) | |
download | bugzilla-2e22a6888a223b092d0d529719840dd4281d836e.tar.gz bugzilla-2e22a6888a223b092d0d529719840dd4281d836e.tar.bz2 bugzilla-2e22a6888a223b092d0d529719840dd4281d836e.zip |
comments template: Use relative (#) references to comments
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 931716f76..d82864524 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -161,7 +161,7 @@ <span class="bz_comment_number"> <a - href="show_bug.cgi?id=[% bug.bug_id %]#c[% comment.count %]"> + href="#c[% comment.count %]"> [%- comment_label FILTER html %]</a> </span> |