]> granicus.if.org Git - docbook-dsssl/commitdiff
Last commit reverted a previous change -- redo it.
authorTim Waugh <twaugh@redhat.com>
Fri, 12 Dec 2003 13:42:59 +0000 (13:42 +0000)
committerTim Waugh <twaugh@redhat.com>
Fri, 12 Dec 2003 13:42:59 +0000 (13:42 +0000)
xsl/manpages/docbook.xsl

index 0b9003e165aad717f942cee781b42f212ecdb7e7..faa2313eeb9192706290894d1c8f15992eb4a05a 100644 (file)
@@ -86,7 +86,7 @@
   <xsl:text>&#10;.PP&#10;</xsl:text>
   <xsl:for-each select="node()">
     <xsl:choose>
-      <xsl:when test="self::literallayout|self::screen|self::programlisting|self::itemizedlist|self::orderedlist|self::variablelist">
+      <xsl:when test="self::literallayout|self::informaltable|self::screen|self::programlisting|self::itemizedlist|self::orderedlist|self::variablelist">
         <xsl:text>&#10;</xsl:text>
         <xsl:apply-templates select="."/>
       </xsl:when>