diff options
Diffstat (limited to 'modules/comment/views/comments.html.php')
| -rw-r--r-- | modules/comment/views/comments.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php index f4b3d6dc..b436fd98 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <ul> <? foreach ($comments as $comment): ?> <li id="gComment-<?= $comment->id; ?>"> |
