You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/01/26 09:28:08 UTC

cvs commit: maven-plugins/pdf/src/plugin-resources fo-toc.xslt

evenisse    2004/01/26 00:28:08

  Modified:    pdf/src/plugin-resources fo-toc.xslt
  Log:
  Corrects an invalide FO property
  
  Revision  Changes    Path
  1.3       +1 -1      maven-plugins/pdf/src/plugin-resources/fo-toc.xslt
  
  Index: fo-toc.xslt
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/src/plugin-resources/fo-toc.xslt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fo-toc.xslt	21 Jan 2004 09:14:44 -0000	1.2
  +++ fo-toc.xslt	26 Jan 2004 08:28:07 -0000	1.3
  @@ -57,7 +57,7 @@
                       <xsl:with-param name="chapterNumber"/>
                       <xsl:with-param name="chapter">Table of Contents</xsl:with-param>
                   </xsl:call-template>
  -                <fo:table layout="fixed">
  +                <fo:table table-layout="fixed">
                       <fo:table-column column-width="0.25in"/>
                       <fo:table-column column-width="0.4in"/>
                       <fo:table-column column-width="0.4in"/>
  
  
  

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