diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-20 09:08:53 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-20 09:08:53 +0000 |
commit | fa213d88e1476bbe134fd5c2d2876a5e7f727669 (patch) | |
tree | b23e029ab9afff1b117d5fe6330a5aa237d83654 /phpBB/styles/prosilver/template/simple_header.html | |
parent | d8a76b14428d9a5cc955dd0341f032e43f53c7d9 (diff) | |
download | forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.gz forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.bz2 forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.xz forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.zip |
Revert r9658
Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
I want to test some possibilities to let these be standard-conform. At the moment no documented technique is suitable for phpBB.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10021 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index e1e700d48e..0e2409586c 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -69,4 +69,4 @@ <div id="simple-wrap"> <a id="top" name="top" accesskey="t"></a> - <div id="page-body" role="main">
\ No newline at end of file + <div id="page-body">
\ No newline at end of file |