summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/html.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/html.tpl.php b/modules/system/html.tpl.php
index 235b78fab..5a02d8d14 100644
--- a/modules/system/html.tpl.php
+++ b/modules/system/html.tpl.php
@@ -45,7 +45,7 @@
</head>
<body class="<?php print $classes; ?>" <?php print $attributes;?>>
<div id="skip-link">
- <a href="#main-content"><?php print t('Skip to main content'); ?></a>
+ <a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
</div>
<?php print $page_top; ?>
<?php print $page; ?>