aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-08-20 09:08:53 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-08-20 09:08:53 +0000
commitfa213d88e1476bbe134fd5c2d2876a5e7f727669 (patch)
treeb23e029ab9afff1b117d5fe6330a5aa237d83654 /phpBB/styles/prosilver/template/viewtopic_body.html
parentd8a76b14428d9a5cc955dd0341f032e43f53c7d9 (diff)
downloadforums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar
forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.gz
forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.bz2
forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.xz
forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.zip
Revert r9658
Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ) I want to test some possibilities to let these be standard-conform. At the moment no documented technique is suitable for phpBB. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10021 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
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 b330079a0b..b517aa7858 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -37,7 +37,7 @@
</div>
<!-- IF S_DISPLAY_SEARCHBOX -->
- <div class="search-box" role="search">
+ <div class="search-box">
<form method="post" id="topic-search" action="{S_SEARCHBOX_ACTION}">
<fieldset>
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />