summaryrefslogtreecommitdiff
path: root/modules/comment/views/show_comments.html.php
diff options
context:
space:
mode:
authorJozef Selesi <jozefs@users.sourceforge.net>2008-11-15 16:52:23 +0000
committerJozef Selesi <jozefs@users.sourceforge.net>2008-11-15 16:52:23 +0000
commitf9eaa8c220630578664fb6b46d082fce42726ca5 (patch)
treea9bac48a58c68d575ef46eed149d9daf4f6a0093 /modules/comment/views/show_comments.html.php
parent66bd9d85b3820df8e4393019754d6a11294d4d4e (diff)
Initial add comment implementation.
Diffstat (limited to 'modules/comment/views/show_comments.html.php')
-rw-r--r--modules/comment/views/show_comments.html.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/comment/views/show_comments.html.php b/modules/comment/views/show_comments.html.php
index 5ba45883..35b2c67a 100644
--- a/modules/comment/views/show_comments.html.php
+++ b/modules/comment/views/show_comments.html.php
@@ -2,7 +2,9 @@
<div id="gComments">
<? if ($comment_list): ?>
<h2><?= _("Comments") ?></h2>
- <?= $comment_list ?>
+ <ul id="gCommentThread">
+ <?= $comment_list ?>
+ </ul>
<? endif ?>
<?= $comment_form ?>