Author: thorsten
Date: Thu Oct 27 08:01:58 2005
New Revision: 328890
URL: http://svn.apache.org/viewcvs?rev=328890&view=rev
Log:
added rel='alternate stylesheet' to the resulting css inline definition of the
branding-theme-profiler.ft
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/html/branding-theme-profiler.ft
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/html/branding-theme-profiler.ft
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/html/branding-theme-profiler.ft?rev=328890&r1=328889&r2=328890&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/html/branding-theme-profiler.ft
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt/html/branding-theme-profiler.ft
Thu Oct 27 08:01:58 2005
@@ -104,7 +104,7 @@
<xsl:template name="branding-theme-profiler-head">
<xsl:param name="branding-theme-profiler"/>
<xsl:param name="branding-theme-profiler-theme"/>
- <style type="text/css" media="screen"
title="{$branding-theme-profiler-theme}">
+ <style type="text/css" media="screen"
title="{$branding-theme-profiler-theme}" rel="alternate stylesheet" >
<xsl:apply-templates select="$branding-theme-profiler/color"/>
</style>
</xsl:template>