Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchan2008-03-24 20:51:29 +0000
committerkchan2008-03-24 20:51:29 +0000
commit55e14a53157302cd906c72ba10fe9e4e12ab69b7 (patch)
tree885094ef8f2476663892c4809e47a8c7350dc0a1 /bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/actions/AddToFavoritesActionJSP.jsp
parentcb7429b1d9ff161f7e390eebf7aad319aba2cba1 (diff)
downloadwebtools.webservices-55e14a53157302cd906c72ba10fe9e4e12ab69b7.tar.gz
webtools.webservices-55e14a53157302cd906c72ba10fe9e4e12ab69b7.tar.xz
webtools.webservices-55e14a53157302cd906c72ba10fe9e4e12ab69b7.zip
[186456] WCAG 2.0 violations in the Web Services Explorer.
Diffstat (limited to 'bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/actions/AddToFavoritesActionJSP.jsp')
-rw-r--r--bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/actions/AddToFavoritesActionJSP.jsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/actions/AddToFavoritesActionJSP.jsp b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/actions/AddToFavoritesActionJSP.jsp
index 0e0d1a534..11f7b4a77 100644
--- a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/actions/AddToFavoritesActionJSP.jsp
+++ b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/actions/AddToFavoritesActionJSP.jsp
@@ -27,7 +27,8 @@
// Run the action and obtain the return code (fail/success).
boolean actionResult = action.execute();
%>
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="<%=response.getLocale().getLanguage()%>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>

Back to the top