summaryrefslogtreecommitdiff
path: root/themes/seven/page.tpl.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-20 22:36:50 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-20 22:36:50 +0000
commit1064309c0afc26285387805ab0b3909d746645c1 (patch)
tree65bee21eda020bab4df1310cc3b7859508386dcd /themes/seven/page.tpl.php
parent2def99b226cab6c67f407c4fc979a99a8d4a3996 (diff)
downloadbrdo-1064309c0afc26285387805ab0b3909d746645c1.tar.gz
brdo-1064309c0afc26285387805ab0b3909d746645c1.tar.bz2
- Patch #386462 by mgifford: changed a p-tag to a div-tag.
Diffstat (limited to 'themes/seven/page.tpl.php')
-rw-r--r--themes/seven/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php
index c66eb00d4..13f7b3e6d 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -1,7 +1,7 @@
<?php
// $Id$
?>
- <p class="element-invisible"><a id="main-content"></a></p>
+ <div class="element-invisible"><a id="main-content"></a></div>
<div id="branding" class="clearfix">
<?php print $breadcrumb; ?>
<?php if ($title): ?><h1 class="page-title"><?php print $title; ?></h1><?php endif; ?>