Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.webapp/advanced/quickSearch.jsp')
-rw-r--r--org.eclipse.help.webapp/advanced/quickSearch.jsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/advanced/quickSearch.jsp b/org.eclipse.help.webapp/advanced/quickSearch.jsp
index 2ad4bfb06..ccae09bce 100644
--- a/org.eclipse.help.webapp/advanced/quickSearch.jsp
+++ b/org.eclipse.help.webapp/advanced/quickSearch.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2009, 2010 IBM Corporation and others.
+ Copyright (c) 2009, 2011 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -129,7 +129,7 @@ function doQuickSearch(){
<body dir="<%=direction%>" onload="onloadHandler()" >
<form onsubmit="doQuickSearch();return false;">
- <div id="typeinContainer" >
+ <div id="typeinContainer" role="search">
<label id="searchLabel"
for="searchWord"
accesskey="<%=ServletResources.getAccessKey("SearchExpressionColon", request)%>">

Back to the top