summaryrefslogtreecommitdiff
path: root/modules/comment/views/comment_list.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/views/comment_list.html.php')
-rw-r--r--modules/comment/views/comment_list.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/comment_list.html.php b/modules/comment/views/comment_list.html.php
index 2196af1c..ffd64c0c 100644
--- a/modules/comment/views/comment_list.html.php
+++ b/modules/comment/views/comment_list.html.php
@@ -1,6 +1,6 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<ul id="gCommentThread">
- <? foreach (array_reverse($comments) as $index => $comment): ?>
+ <? foreach (array_reverse($comments) as $index => $comment): ?>
<li id="gComment-<?= $index; ?>" class="gComment <?= $index % 2 ? 'odd' : 'even' ?>">
<p>
<a href="#" class="gAuthor"><?= $comment->author ?></a>