From b3a6809bada24c35dad7772b3b91685a2e24cb42 Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Fri, 22 Jan 2016 18:15:33 -0500 Subject: Fix duplicate ids from pinned comments Fixed duplicate ids caused from pinned comments introduced in 7d4c0c9 (Implement capability to pin comments above others, 2015-12-12). Signed-off-by: Mark Weiman Signed-off-by: Lukas Fleischer --- web/template/pkg_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index c45e45b0..a28e41b0 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -51,7 +51,7 @@ if (!isset($count)) { $heading .= ')'; } ?> -

class="comment-deleted"> +

" class="comment-deleted">
-- cgit v1.2.3-24-g4f1b