diff options
-rw-r--r-- | mod/groups/views/default/forum/topicposts.php | 2 | ||||
-rw-r--r-- | views/default/annotation/generic_comment.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/groups/views/default/forum/topicposts.php b/mod/groups/views/default/forum/topicposts.php index 9c0d33726..7fb32e427 100644 --- a/mod/groups/views/default/forum/topicposts.php +++ b/mod/groups/views/default/forum/topicposts.php @@ -16,7 +16,7 @@ ?> <div class="entity_listing topic clearfloat"> -<a name="<?php echo $vars['entity']->id; ?>"></a> +<a class="anchor_link" name="<?php echo $vars['entity']->id; ?>"></a> <?php // get infomation about the owner of the comment if ($post_owner = get_user($vars['entity']->owner_guid)) { diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php index 02a6abb71..56948aaf4 100644 --- a/views/default/annotation/generic_comment.php +++ b/views/default/annotation/generic_comment.php @@ -6,7 +6,7 @@ $owner = get_user($vars['annotation']->owner_guid); ?> -<a name="comment_<?php echo $vars['annotation']->id; ?>"></a> +<a class="anchor_link" name="comment_<?php echo $vars['annotation']->id; ?>"></a> <div class="generic_comment clearfloat"> <div class="generic_comment_icon"> <?php |