diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-18 15:44:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-18 15:44:02 +0000 |
commit | 0ec5405705b1cf34fa8e7295f49aa15e5211aa35 (patch) | |
tree | 7fa015e1c49464971d1dd21ce2dac3537ca740a5 /modules | |
parent | 0ba8f441692c0e0e3aea99994e6bd7ee485383df (diff) | |
download | brdo-0ec5405705b1cf34fa8e7295f49aa15e5211aa35.tar.gz brdo-0ec5405705b1cf34fa8e7295f49aa15e5211aa35.tar.bz2 |
- Patch #386462 by mgifford, Frando: fixed XHTML validation errors.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/page.tpl.php | 2 |
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']); ?> |