You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/15 17:16:40 UTC

svn commit: r190755 - /maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt

Author: brett
Date: Wed Jun 15 08:16:37 2005
New Revision: 190755

URL: http://svn.apache.org/viewcvs?rev=190755&view=rev
Log:
remove non-existant attribute added recently

Modified:
    maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt

Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt?rev=190755&r1=190754&r2=190755&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt (original)
+++ maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt Wed Jun 15 08:16:37 2005
@@ -558,6 +558,7 @@
   <xsl:template match="code[@class='indent']">
     <xsl:param name="chapterNumber"/>
     <xsl:param name="fileName"/>
+<!--
     <fo:block xsl:use-attribute-sets="code.indent">
       <xsl:apply-templates>
         <xsl:with-param name="chapterNumber">
@@ -568,6 +569,7 @@
         </xsl:with-param>
       </xsl:apply-templates>
     </fo:block>
+-->
   </xsl:template>
   <xsl:template match="var">
     <xsl:param name="chapterNumber"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org