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/viewtopic_body.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/viewtopic_body.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 3b2c0a9c65..70fa1278cd 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -42,7 +42,7 @@ <!-- INCLUDE viewtopic_topic_tools.html --> <!-- IF S_DISPLAY_SEARCHBOX --> - <div class="search-box"> + <div class="search-box" role="search"> <form method="get" id="topic-search" action="{S_SEARCHBOX_ACTION}"> <fieldset> <input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_TOPIC}" /> |