Author: norman.richards(a)jboss.com
Date: 2008-03-07 22:11:41 -0500 (Fri, 07 Mar 2008)
New Revision: 7519
Modified:
trunk/seam-gen/view/layout/template.xhtml
Log:
RF-1462
Modified: trunk/seam-gen/view/layout/template.xhtml
===================================================================
--- trunk/seam-gen/view/layout/template.xhtml 2008-03-07 07:01:58 UTC (rev 7518)
+++ trunk/seam-gen/view/layout/template.xhtml 2008-03-08 03:11:41 UTC (rev 7519)
@@ -1,10 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:s="http://jboss.com/products/seam/taglib">
+<f:view contentType="text/html"
+
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:s="http://jboss.com/products/seam/taglib">
+<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
<title>@projectName@</title>
@@ -28,3 +30,4 @@
</body>
</html>
+</f:view>