diff options
author | Cesar G <prototech91@gmail.com> | 2015-03-18 19:37:29 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-03-18 19:37:29 -0700 |
commit | 4276f49efaa290cf57936f782f26dbb0ab15ad2c (patch) | |
tree | b93e87105dd6eb86f70a14e9a844ac93087073f0 /phpBB/styles/prosilver/template/search_results.html | |
parent | ee70b364c7380592df1d70ef9081e5981e97aad9 (diff) | |
parent | bf86553daa19dce85b9fbd30218452e295154303 (diff) | |
download | forums-4276f49efaa290cf57936f782f26dbb0ab15ad2c.tar forums-4276f49efaa290cf57936f782f26dbb0ab15ad2c.tar.gz forums-4276f49efaa290cf57936f782f26dbb0ab15ad2c.tar.bz2 forums-4276f49efaa290cf57936f782f26dbb0ab15ad2c.tar.xz forums-4276f49efaa290cf57936f782f26dbb0ab15ad2c.zip |
Merge remote-tracking branch 'Senky/ticket/9457' into 3.1.x
* Senky/ticket/9457:
[ticket/9457] Add WAI-ARIA landmarks to the Prosilver template files
Diffstat (limited to 'phpBB/styles/prosilver/template/search_results.html')
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 2767eb85a3..f76afe3767 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -19,7 +19,7 @@ <div class="action-bar top"> <!-- IF TOTAL_MATCHES > 0 --> - <div class="search-box"> + <div class="search-box" role="search"> <form method="post" action="{S_SEARCH_ACTION}"> <fieldset> <input class="inputbox search tiny" type="search" name="add_keywords" id="add_keywords" value="" placeholder="{L_SEARCH_IN_RESULTS}" /> |