aboutsummarybugs & patchesrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/mailpage.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/html/mailpage.html b/html/mailpage.html
index 16e9249..e95d62c 100644
--- a/html/mailpage.html
+++ b/html/mailpage.html
@@ -7,6 +7,10 @@
<link href="/style" rel="stylesheet">
</head>
<body>
+ <div id="skiptocontent">
+ <a href="#content-target">Skip navigation</a>
+ </div>
+
<nav class="formattedheader">
<span class="left">
<a href="/{project}/">{project}</a>/<a href="/{project}/{bug}">{bug}</a>/{pagenr}
@@ -24,7 +28,7 @@
<p>
<a href="mailto:{emailaddr}">Click to comment via email</a> or <a href="mailto:{subscribe}">subscribe</a>
</p>
- <p class="center-text">{pageswitcher}</p>
+ <p class="center-text" id="content-target">{pageswitcher}</p>
{content}
</article>
<p class="center-text">{pageswitcher}</p>