Author: thorsten
Date: Tue Dec 9 05:55:58 2008
New Revision: 724701
URL: http://svn.apache.org/viewvc?rev=724701&view=rev
Log:
Fixing contract that did not copied the css elements from the structurer
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml?rev=724701&r1=724700&r2=724701&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/branding-css-links.contract.xml
Tue Dec 9 05:55:58 2008
@@ -89,7 +89,7 @@
<xsl:template match="/">
<forrest:content>
<forrest:part xpath="/html/head">
- <xsl:apply-templates select="$branding-css-links-input"/>
+ <xsl:apply-templates select="$branding-css-links-input/*"/>
</forrest:part>
</forrest:content>
</xsl:template>