diff options
-rw-r--r-- | modules/forum/forum-icon.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum-icon.tpl.php b/modules/forum/forum-icon.tpl.php index 1165c7930..7f5d007d7 100644 --- a/modules/forum/forum-icon.tpl.php +++ b/modules/forum/forum-icon.tpl.php @@ -15,7 +15,7 @@ */ ?> <?php if ($new_posts): ?> - <a name="new"> + <a id="new"> <?php endif; ?> <?php print theme('image', "misc/forum-$icon.png") ?> |