Author: thorsten
Date: Sun Feb 26 07:09:21 2006
New Revision: 381103
URL: http://svn.apache.org/viewcvs?rev=381103&view=rev
Log:
Adding better structure information to the content-title contract
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-title.ft
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-title.ft
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-title.ft?rev=381103&r1=381102&r2=381103&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-title.ft
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/content-title.ft
Sun Feb 26 07:09:21 2006
@@ -32,7 +32,7 @@
<forrest:content>
<forrest:part>
<xsl:comment>+ |start content-title +</xsl:comment>
- <h1>
+ <h1 class="content-title">
<xsl:value-of select="$content-title/*"/>
</h1>
<xsl:comment>+ |end content-title +</xsl:comment>