Signed-off-by: Marcel Korpel <[email protected]>
---
web/template/pkg_comments.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php
index 33a71b4..a91ec28 100644
--- a/web/template/pkg_comments.php
+++ b/web/template/pkg_comments.php
@@ -22,6 +22,7 @@ $count = pkgbase_comments_count($base_id, $include_deleted);
$row['EditUserName'] =
html_format_username($row['EditUserName']);
?>
<h4<?php if ($row['DelUsersID']): ?>
class="comment-deleted"<?php endif; ?>>
+ <h4 id="comment-<?= $row['ID'] ?>"<?php if
($row['DelUsersID']): ?> class="comment-deleted"<?php endif; ?>>
<?php if ($row['UserName']): ?>
<?= __('%s commented', $row['UserName']) ?>
<?php else: ?>
--
2.4.5