diff options
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index a2ef46a8a..2015d3abd 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -43,7 +43,8 @@ [% BLOCK a_comment %] [% IF NOT comment.isprivate || isinsider %] - <div [% "class=\"bz_private\"" IF comment.isprivate %]> + <div [% "class=\"bz_private\" " IF comment.isprivate %] + [% "class=\"bz_comment_hilite\" " IF marks.$count %]> [% IF count > 0 %] <br> <span class="bz_comment"> |