diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2015-02-16 18:02:16 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2015-02-16 18:02:16 +0100 |
commit | bf86553daa19dce85b9fbd30218452e295154303 (patch) | |
tree | 4f81e7f83591b2fd8846c8cfe48dde42d174d6fe /phpBB/styles/prosilver/template/simple_header.html | |
parent | 088907fe8e18f87f7af3098041ac031501aa1f7f (diff) | |
download | forums-bf86553daa19dce85b9fbd30218452e295154303.tar forums-bf86553daa19dce85b9fbd30218452e295154303.tar.gz forums-bf86553daa19dce85b9fbd30218452e295154303.tar.bz2 forums-bf86553daa19dce85b9fbd30218452e295154303.tar.xz forums-bf86553daa19dce85b9fbd30218452e295154303.zip |
[ticket/9457] Add WAI-ARIA landmarks to the Prosilver template files
PHPBB3-9457
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 a0c7bc68bb..5bea13a880 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -36,4 +36,4 @@ <div id="wrap"> <a id="top" class="anchor" accesskey="t"></a> - <div id="page-body"> + <div id="page-body" role="main"> |