Author: josch
Date: Mon Nov 28 09:48:30 2005
New Revision: 349444
URL: http://svn.apache.org/viewcvs?rev=349444&view=rev
Log:
make <code> respect @class; used to differentiate e.g. from sdocbook's
<userinput>, <literal>
Modified:
forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl
Modified: forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl?rev=349444&r1=349443&r2=349444&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl
(original)
+++ forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl Mon
Nov 28 09:48:30 2005
@@ -227,7 +227,7 @@
<xsl:template match="code">
<xsl:apply-templates select="@id"/>
- <span class="codefrag">
+ <span class="codefrag [EMAIL PROTECTED]">
<xsl:copy-of select="@id"/>
<xsl:value-of select="."/>
</span>