diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-11 22:46:25 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-11 22:46:25 +0000 |
| commit | b0a3308740d121c7ba504c1625f08901d713d750 (patch) | |
| tree | b27409031e19077b6dc4a836266d23fadb1a01f8 /modules/comment/views/comment_list.html.php | |
| parent | 752459c64cafec0f003c4b8531201c58a5fecad7 (diff) | |
Minor cleanup; localization, indentation, etc.
Diffstat (limited to 'modules/comment/views/comment_list.html.php')
| -rw-r--r-- | modules/comment/views/comment_list.html.php | 2 |
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> |
