diff options
| author | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-15 16:52:23 +0000 |
|---|---|---|
| committer | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-15 16:52:23 +0000 |
| commit | f9eaa8c220630578664fb6b46d082fce42726ca5 (patch) | |
| tree | a9bac48a58c68d575ef46eed149d9daf4f6a0093 /modules/comment/views/show_comments.html.php | |
| parent | 66bd9d85b3820df8e4393019754d6a11294d4d4e (diff) | |
Initial add comment implementation.
Diffstat (limited to 'modules/comment/views/show_comments.html.php')
| -rw-r--r-- | modules/comment/views/show_comments.html.php | 4 |
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 ?> |
