]> granicus.if.org Git - docbook-dsssl/commitdiff
Don't mess up roff markup in tables.
authorTim Waugh <twaugh@redhat.com>
Wed, 10 Dec 2003 17:50:31 +0000 (17:50 +0000)
committerTim Waugh <twaugh@redhat.com>
Wed, 10 Dec 2003 17:50:31 +0000 (17:50 +0000)
xsl/manpages/docbook.xsl

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