You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/06/05 19:29:47 UTC

svn commit: r180119 - /forrest/trunk/main/webapp/skins/common/xslt/html/document2html.xsl

Author: thorsten
Date: Sun Jun  5 10:29:46 2005
New Revision: 180119

URL: http://svn.apache.org/viewcvs?rev=180119&view=rev
Log:
fixed document2html.xsl naming. bug reported by Diwaker Gupta. thx Diwaker Gupta. :)

Modified:
    forrest/trunk/main/webapp/skins/common/xslt/html/document2html.xsl

Modified: forrest/trunk/main/webapp/skins/common/xslt/html/document2html.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/xslt/html/document2html.xsl?rev=180119&r1=180118&r2=180119&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/html/document2html.xsl (original)
+++ forrest/trunk/main/webapp/skins/common/xslt/html/document2html.xsl Sun Jun  5 10:29:46 2005
@@ -137,7 +137,7 @@
 
   <xsl:template match="note | warning | fixme">
     <xsl:apply-templates select="@id"/>
-    <div class="frame {local-name()}">
+    <div class="frame-{local-name()}">
       <div class="label">
         <xsl:choose>
           <!-- FIXME: i18n Transformer here -->