]> granicus.if.org Git - docbook-dsssl/commitdiff
Corrected typo in calloutlist template.
authorMauritz Jeanson <mj@johanneberg.com>
Tue, 13 Mar 2007 14:09:01 +0000 (14:09 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Tue, 13 Mar 2007 14:09:01 +0000 (14:09 +0000)
xsl/fo/lists.xsl
xsl/html/lists.xsl

index 6d883bd8e335773d9f7f5d1bba791585826096dd..bd3fc537371a40be4c0b11d60fb69b453cedb50a 100644 (file)
                    provisional-distance-between-starts="2.2em"
                    provisional-label-separation="0.2em">
       <xsl:apply-templates select="callout
-                                |comment()[preceding-sibling::calllout]
+                                |comment()[preceding-sibling::callout]
                                 |processing-instruction()[preceding-sibling::callout]"/>
     </fo:list-block>
   </fo:block>
index 5e9f36203a49eb5e3033adf9f48d1930b9b17617..1ddc5a6164f927b953dee333dc82649fb3f15bbd 100644 (file)
       <xsl:when test="$callout.list.table != 0">
         <table border="0" summary="Callout list">
          <xsl:apply-templates select="callout
-                               |comment()[preceding-sibling::calllout]
+                               |comment()[preceding-sibling::callout]
                                |processing-instruction()[preceding-sibling::callout]"/>
        </table>
       </xsl:when>
       <xsl:otherwise>
        <dl compact="compact">
          <xsl:apply-templates select="callout
-                               |comment()[preceding-sibling::calllout]
+                               |comment()[preceding-sibling::callout]
                                |processing-instruction()[preceding-sibling::callout]"/>
        </dl>
       </xsl:otherwise>