Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-04-16 21:12:20 +0000
committerKonrad Kolosowski2003-04-16 21:12:20 +0000
commite1a38587b14e948f7268b631df85704d7a3eae8a (patch)
tree56185f7116e2f59933b4902152fd9ed753e93eda /org.eclipse.help.webapp/basic
parent08e672a8803f97a3200f1a69280c04ba2fb1eb0d (diff)
downloadeclipse.platform.ua-e1a38587b14e948f7268b631df85704d7a3eae8a.tar.gz
eclipse.platform.ua-e1a38587b14e948f7268b631df85704d7a3eae8a.tar.xz
eclipse.platform.ua-e1a38587b14e948f7268b631df85704d7a3eae8a.zip
36548 Help frames accessibility issues
Diffstat (limited to 'org.eclipse.help.webapp/basic')
-rw-r--r--org.eclipse.help.webapp/basic/index.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/basic/index.jsp b/org.eclipse.help.webapp/basic/index.jsp
index 2f1848e19..9d068b018 100644
--- a/org.eclipse.help.webapp/basic/index.jsp
+++ b/org.eclipse.help.webapp/basic/index.jsp
@@ -27,7 +27,7 @@
<%
if(!("0".equals(data.getBannerHeight()))){
%>
- <frame name="BannerFrame" src='<%=data.getBannerURL()%>' marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize>
+ <frame name="BannerFrame" title="<%=ServletResources.getString("Banner", request)%>" src='<%=data.getBannerURL()%>' marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize>
<%
}
%>

Back to the top