summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-08 20:58:19 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-08 20:58:19 +0000
commita8ad5a78fbf58469cefd809f122ffbc2e51459bb (patch)
tree78e374025028499a07c8ae93c85e75d98897d9bc
parent7b3ac6c13420908235175846843cbcb6ddcc1e42 (diff)
downloadbrdo-a8ad5a78fbf58469cefd809f122ffbc2e51459bb.tar.gz
brdo-a8ad5a78fbf58469cefd809f122ffbc2e51459bb.tar.bz2
- Patch #338429 by scor: xhtml 1.1 compatibility fix.
-rw-r--r--modules/forum/forum-icon.tpl.php2
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") ?>