diff options
-rw-r--r-- | themes/seven/page.tpl.php | 2 |
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; ?> |