diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 0e8dd525..62c64d12 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -90,7 +90,7 @@ </div> <? endif ?> - <table id="g-admin-commentsList"> + <table id="g-admin-comments-list"> <tr> <th> <?= t("Author") ?> @@ -192,7 +192,7 @@ <? endforeach ?> </table> - <div class="pager"> + <div class="g-pager"> <?= $pager ?> </div> </div> |