summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-18 15:44:02 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-18 15:44:02 +0000
commit0ec5405705b1cf34fa8e7295f49aa15e5211aa35 (patch)
tree7fa015e1c49464971d1dd21ce2dac3537ca740a5 /themes/garland
parent0ba8f441692c0e0e3aea99994e6bd7ee485383df (diff)
downloadbrdo-0ec5405705b1cf34fa8e7295f49aa15e5211aa35.tar.gz
brdo-0ec5405705b1cf34fa8e7295f49aa15e5211aa35.tar.bz2
- Patch #386462 by mgifford, Frando: fixed XHTML validation errors.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index bcee882d7..11f18f631 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -40,7 +40,7 @@
<div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
<?php print $breadcrumb; ?>
<?php if ($page['highlight']): ?><div id="highlight"><?php render($page['highlight']); ?></div><?php endif; ?>
- <a name="main-content" id="main-content"></a>
+ <a id="main-content"></a>
<?php if ($tabs): ?><div id="tabs-wrapper" class="clearfix"><?php endif; ?>
<?php if ($title): ?><h1<?php print $tabs ? ' class="with-tabs"' : '' ?>><?php print $title ?></h1><?php endif; ?>
<?php if ($tabs): ?><ul class="tabs primary"><?php print render($tabs) ?></ul></div><?php endif; ?>