]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix typo to replace "ro" with "row" in three places.
authorBob Stayton <bobs@sagehill.net>
Wed, 14 Nov 2012 04:42:56 +0000 (04:42 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 14 Nov 2012 04:42:56 +0000 (04:42 +0000)
xsl/fo/table.xsl

index 9c4f24647d2d6b42f7b958cfcdd31d2dfb6b0a17..5af5606a9d51d7b8f6661f728ca004f903588178 100644 (file)
   <fo:table-header start-indent="0pt" end-indent="0pt">
     <xsl:choose>
       <!-- Use recursion if @morerows is used -->
-      <xsl:when test="row/entry/@morerows|ro/entrytbl/@morerows">
+      <xsl:when test="row/entry/@morerows|row/entrytbl/@morerows">
         <xsl:apply-templates select="row[1]">
           <xsl:with-param name="spans">
             <xsl:call-template name="blank.spans">
   <fo:table-footer start-indent="0pt" end-indent="0pt">
     <xsl:choose>
       <!-- Use recursion if @morerows is used -->
-      <xsl:when test="row/entry/@morerows|ro/entrytbl/@morerows">
+      <xsl:when test="row/entry/@morerows|row/entrytbl/@morerows">
         <xsl:apply-templates select="row[1]">
           <xsl:with-param name="spans">
             <xsl:call-template name="blank.spans">
   <fo:table-body start-indent="0pt" end-indent="0pt">
     <xsl:choose>
       <!-- Use recursion if @morerows is used -->
-      <xsl:when test="row/entry/@morerows|ro/entrytbl/@morerows">
+      <xsl:when test="row/entry/@morerows|row/entrytbl/@morerows">
         <xsl:apply-templates select="row[1]">
           <xsl:with-param name="spans">
             <xsl:call-template name="blank.spans">