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/show_comments.html.php | |
| parent | 752459c64cafec0f003c4b8531201c58a5fecad7 (diff) | |
Minor cleanup; localization, indentation, etc.
Diffstat (limited to 'modules/comment/views/show_comments.html.php')
| -rw-r--r-- | modules/comment/views/show_comments.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/comment/views/show_comments.html.php b/modules/comment/views/show_comments.html.php index 9726364f..5ba45883 100644 --- a/modules/comment/views/show_comments.html.php +++ b/modules/comment/views/show_comments.html.php @@ -1,9 +1,9 @@ <? defined("SYSPATH") or die("No direct script access."); ?> -<div id="gComments"><!-- BEGIN #gComments --> +<div id="gComments"> <? if ($comment_list): ?> - <h2>Comments</h2> + <h2><?= _("Comments") ?></h2> <?= $comment_list ?> <? endif ?> <?= $comment_form ?> -</div><!-- END #gComments --> +</div> |
