Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.ws.explorer/wsexplorer/actionengine_container.jsp')
-rw-r--r--bundles/org.eclipse.wst.ws.explorer/wsexplorer/actionengine_container.jsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/actionengine_container.jsp b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/actionengine_container.jsp
index f9fc6cf1e..aebca6da2 100644
--- a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/actionengine_container.jsp
+++ b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/actionengine_container.jsp
@@ -34,7 +34,8 @@ if (modeString != null && modeString.length() > 0)
}
String playFileId = "playFileId";
%>
-<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">
<title><%=controller.getMessage("TITLE_ACTION_RECORDER")%></title>

Back to the top