]> granicus.if.org Git - docbook-dsssl/commitdiff
Added <p> element around term in variablelist when formatted as table to avoid misali...
authorDavid Cramer <david@thingbag.net>
Wed, 6 Jun 2007 21:25:09 +0000 (21:25 +0000)
committerDavid Cramer <david@thingbag.net>
Wed, 6 Jun 2007 21:25:09 +0000 (21:25 +0000)
xsl/html/lists.xsl

index 8b65b5ed2f9ebf088f252d073787c047c32efa9a..7e2cde06144dcd8725a382e6e6858bf260b31474 100644 (file)
     </xsl:call-template>
 
     <td>
+      <p>
       <xsl:call-template name="anchor"/>
       <xsl:choose>
         <xsl:when test="$presentation = 'bold'">
           <xsl:value-of select="$separator"/>
         </xsl:otherwise>
       </xsl:choose>
+      </p>
     </td>
     <td>
       <xsl:apply-templates select="listitem"/>