Author: james.cobb(a)jboss.com
Date: 2008-10-27 17:19:38 -0400 (Mon, 27 Oct 2008)
New Revision: 25
Modified:
trunk/core/src/main/webapp/include/header.xhtml
Log:
fix error in header reported in JIRA JBMANCON-454
Modified: trunk/core/src/main/webapp/include/header.xhtml
===================================================================
--- trunk/core/src/main/webapp/include/header.xhtml 2008-10-27 21:12:29 UTC (rev 24)
+++ trunk/core/src/main/webapp/include/header.xhtml 2008-10-27 21:19:38 UTC (rev 25)
@@ -32,7 +32,7 @@
</head>
<body>
<ui:composition>
-
+ <div id="pageheader">
<div class="floatleft">
<h:graphicImage value="images/hdr_hdrtitle.gif"/>
</div>
@@ -57,7 +57,7 @@
[<s:link action="#{debugAction.testErrorPage()}">Test
Error Page</s:link>]
</h:outputText>
</div>
-
+ </div>
</ui:composition>
</body>
</html>
\ No newline at end of file
Show replies by date