diff options
| author | Cesar G <prototech91@gmail.com> | 2015-03-18 19:39:13 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2015-03-18 19:39:13 -0700 |
| commit | 9a9a665a0a4f34707acffcd5efbe2e2e62660758 (patch) | |
| tree | 7c487e3db4024b1523513e43619e40a42de9781e /phpBB/styles/prosilver/template/simple_header.html | |
| parent | 038b27abbaefe0ace5056dc2b03cee91f22a5fdb (diff) | |
| parent | 4276f49efaa290cf57936f782f26dbb0ab15ad2c (diff) | |
| download | forums-9a9a665a0a4f34707acffcd5efbe2e2e62660758.tar forums-9a9a665a0a4f34707acffcd5efbe2e2e62660758.tar.gz forums-9a9a665a0a4f34707acffcd5efbe2e2e62660758.tar.bz2 forums-9a9a665a0a4f34707acffcd5efbe2e2e62660758.tar.xz forums-9a9a665a0a4f34707acffcd5efbe2e2e62660758.zip | |
Merge branch '3.1.x'
* 3.1.x:
[ticket/9457] Add WAI-ARIA landmarks to the Prosilver template files
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 b00a78c835..ab4f855a97 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"> |
