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 ec7530c4..b407930e 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -1,5 +1,4 @@  <?php defined("SYSPATH") or die("No direct script access.") ?> -<a name="comments"></a>  <ul id="gComments">    <? foreach ($comments as $comment): ?>    <li id="gComment-<?= $comment->id ?>"> @@ -21,3 +20,4 @@    </li>    <? endforeach ?>  </ul> +<a name="add_comment_form"></a> | 
