diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-13 13:47:20 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-13 13:47:20 +0100 |
commit | 8ecdc956de034789f08cebee12e968060cb544be (patch) | |
tree | 61e5a7388f2663820c8bb545297bc85e2976b647 /xsl | |
parent | ccf1f0813c1bf2bb948caf83c6f23dd24c9d5be9 (diff) | |
download | mutti-web-8ecdc956de034789f08cebee12e968060cb544be.tar.gz mutti-web-8ecdc956de034789f08cebee12e968060cb544be.tar.bz2 mutti-web-8ecdc956de034789f08cebee12e968060cb544be.zip |
Put accesskey for page into an navi li
Since its not valid to have a-tag directly in body.
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 5bbebb9..1af1f24 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -26,8 +26,8 @@ </div> <ul id="navi"> <xsl:call-template name="navigation" /> + <li style="display: none"><a href="#page" accesskey="S" /></li> </ul> - <a href="#page" accesskey="S" style="display: none" /> <div id="container"> <hr /> <div id="page"> |