diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-17 04:54:13 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-17 04:54:13 +0000 |
commit | c031fcef23a250f9739e911e8f1deeba924ad76c (patch) | |
tree | 60816a1d29d0ba5a23f0c95d42068de075524930 /modules | |
parent | c91e90406bbc81f8311a1d2707dd141d150f99a4 (diff) |
Remove stray <ul> from comment list
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/helpers/comment.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment.php b/modules/comment/helpers/comment.php index 0bfd08d0..fd82d771 100644 --- a/modules/comment/helpers/comment.php +++ b/modules/comment/helpers/comment.php @@ -121,7 +121,6 @@ class Comment_Core { return json_encode($data); default: - $html = array("<ul>"); foreach ($comments as $comment) { $v = new View("comment.html"); $v->comment = $comment; |