Bug #35150
Skiplink navigation
| Status: | New | Start date: | 2012-03-22 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
skiplink navigation always links to url /home.html#nav-main or /home.html#content-column
needs to change in the index.html template from:
<p class="sr-hint no-print"><a href="home.html#nav-main" >Zur Navigation</a> - <a href="home.html#content-column" >Zum Inhalt</a></p>
to:
<p class="sr-hint no-print"><a href="#nav-main" >Zur Navigation</a> - <a href="#content-column" >Zum Inhalt</a></p>