legi2pdf: do not force borders in merged cells (#3702)

This commit is contained in:
Frédéric Péters 2013-10-06 15:29:18 +02:00
parent 70077d3dee
commit dd1e63b568
1 changed files with 2 additions and 2 deletions

View File

@ -642,7 +642,7 @@
<xsl:if test="$span &gt; 1">
<xsl:text>\multicolumn{</xsl:text>
<xsl:value-of select="$span"/>
<xsl:text>}{|</xsl:text><!-- TODO take heed of @colsep on BOTH sides!! -->
<xsl:text>}{</xsl:text><!-- TODO take heed of @colsep on BOTH sides!! -->
<xsl:choose>
<xsl:when test="@align='left'"><xsl:text>l</xsl:text></xsl:when>
<xsl:when test="@align='right'"><xsl:text>r</xsl:text></xsl:when>
@ -651,7 +651,7 @@
<xsl:otherwise>c</xsl:otherwise>
</xsl:choose>
<!-- use this as a hook for some general warnings -->
<xsl:text>|}</xsl:text>
<xsl:text>}</xsl:text>
</xsl:if>
<!-- this is used when the entry's align spec wants to override the column default -->
<xsl:if test="$span &lt; 1">