[seam-commits] Seam SVN: r14695 - branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 16 16:41:47 EDT 2012
Author: manaRH
Date: 2012-05-16 16:41:47 -0400 (Wed, 16 May 2012)
New Revision: 14695
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
Log:
JBSEAM-4865 fixed h:loadStyle attribute names in template.xhtml
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml 2012-05-16 20:41:15 UTC (rev 14694)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml 2012-05-16 20:41:47 UTC (rev 14695)
@@ -12,8 +12,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>@projectName@</title>
<link rel="shortcut icon" href="#{request.contextPath}/favicon.ico"/>
- <h:outputStylesheet src="/stylesheet/theme.ecss"/>
- <h:outputStylesheet src="/stylesheet/theme.css"/>
+ <h:outputStylesheet name="/stylesheet/theme.ecss"/>
+ <h:outputStylesheet name="/stylesheet/theme.css"/>
<ui:insert name="head"/>
</head>
<body>
More information about the seam-commits
mailing list