[embjopr-commits] EMBJOPR SVN: r195 - trunk/core/src/main/webapp.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Mar 9 18:31:36 EDT 2009


Author: ozizka at redhat.com
Date: 2009-03-09 18:31:36 -0400 (Mon, 09 Mar 2009)
New Revision: 195

Modified:
   trunk/core/src/main/webapp/layout.xhtml
Log:
Removed doubled <div id="pageheader">:
  <div id="pageheader">
    <ui:include src="include/header.xhtml"/>
  </div>


Modified: trunk/core/src/main/webapp/layout.xhtml
===================================================================
--- trunk/core/src/main/webapp/layout.xhtml	2009-03-09 18:55:37 UTC (rev 194)
+++ trunk/core/src/main/webapp/layout.xhtml	2009-03-09 22:31:36 UTC (rev 195)
@@ -114,9 +114,7 @@
     <ui:insert name="body">body goes here</ui:insert>
   </div>
   <ui:include src="include/resourceNavigation.xhtml"/>
-  <div id="pageheader">
-    <ui:include src="include/header.xhtml"/>
-  </div>
+  <ui:include src="include/header.xhtml"/>
   <ui:include src="include/footer.xhtml"/>
   </body>
 </f:view>




More information about the embjopr-commits mailing list