diff options
Diffstat (limited to 'src/main/webapp/sitemesh/standalone.jsp')
-rw-r--r-- | src/main/webapp/sitemesh/standalone.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/sitemesh/standalone.jsp b/src/main/webapp/sitemesh/standalone.jsp index 691857f..f87766b 100644 --- a/src/main/webapp/sitemesh/standalone.jsp +++ b/src/main/webapp/sitemesh/standalone.jsp @@ -5,7 +5,7 @@ <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator"%>
<%@ page import="at.knowcenter.wag.egov.egiz.web.LocalRequestHelper" %>
-<html:html xhtml="true">
+<html>
<head>
<decorator:head/>
@@ -14,4 +14,4 @@ <body><decorator:body/></body>
-</html:html>
+</html>
|