diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-14 16:25:36 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-14 16:25:36 +0200 |
| commit | 70f1b08c69c483122717979a7e91c6eed20cbed9 (patch) | |
| tree | 5cbab66bfff3365a6d8bf8e750de757ae2c5a573 /phpBB/styles/prosilver/template/simple_header.html | |
| parent | fe0e9b2e4c0b83aa00a3f7bbecc82446a7f28bc0 (diff) | |
| download | forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.gz forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.bz2 forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.xz forums-70f1b08c69c483122717979a7e91c6eed20cbed9.zip | |
[ticket/14139] Add class of IDs to html tags
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index baa6223754..b7669d8bf0 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -48,6 +48,6 @@ <!-- EVENT simple_header_body_before --> -<div id="wrap"> - <a id="top" class="anchor" accesskey="t"></a> - <div id="page-body" role="main"> +<div id="wrap" class="wrap"> + <a id="top" class="top-anchor" accesskey="t"></a> + <div id="page-body" class="page-body" role="main"> |
