summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php
index 3f7440b14..da5219774 100644
--- a/modules/system/page.tpl.php
+++ b/modules/system/page.tpl.php
@@ -112,7 +112,7 @@
<div id="content" class="column"><div class="section">
<?php if ($page['highlight']): ?><div id="highlight"><?php print render($page['highlight']); ?></div><?php endif; ?>
- <a name="main-content" id="main-content"></a>
+ <a id="main-content"></a>
<?php if ($title): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
<?php if ($tabs): ?><div class="tabs"><?php print render($tabs); ?></div><?php endif; ?>
<?php print render($page['help']); ?>