Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.help.webapp/advanced/indexView.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/advanced/indexView.jsp b/org.eclipse.help.webapp/advanced/indexView.jsp
index b48307bf0..e9b978529 100644
--- a/org.eclipse.help.webapp/advanced/indexView.jsp
+++ b/org.eclipse.help.webapp/advanced/indexView.jsp
@@ -94,7 +94,7 @@ var loadingMessage = "<%=UrlUtil.JavaScriptEncode(ServletResources.getString("Lo
<div id = "indexList">
<DIV class = "group" id = "wai_application">
- <DIV class = "root" id = "tree_root">
+ <DIV class = "root" aria-label = "Search results" id = "tree_root">
</DIV>
</DIV>
</div>

Back to the top