Author: nbelaevski
Date: 2009-08-28 05:08:04 -0400 (Fri, 28 Aug 2009)
New Revision: 15399
Modified:
root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich/page.xhtml
Log:
Fixed broken XHTML header
Modified: root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich/page.xhtml
===================================================================
---
root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich/page.xhtml 2009-08-28
08:51:21 UTC (rev 15398)
+++
root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich/page.xhtml 2009-08-28
09:08:04 UTC (rev 15399)
@@ -19,9 +19,8 @@
<composite:attribute name="sidebarClass"/>
</composite:interface>
<composite:implementation>
-<h:outputText value="<!DOCTYPE html PUBLIC "e;-//W3C//DTD XHTML
1.0 Transitional//EN"e;
-"e;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"e;>"
escape="false"/>
-<html>
+<h:outputText value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"
escape="false"/>
+<html
xmlns="http://www.w3.org/1999/xhtml">
<h:head>
<title>#{cc.attrs.pageTitle}</title>
<composite:renderFacet name="pageHeader"/>