Skip to content
Snippets Groups Projects
Commit ed46685c authored by Goik Martin's avatar Goik Martin
Browse files

@colspan in <td>

parent d18d0145
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
<xsl:template match="db:td"> <xsl:template match="db:td">
<td valign="top"> <td valign="top">
<xsl:copy-of select="@colspan"/>
<xsl:apply-templates/> <xsl:apply-templates/>
</td> </td>
</xsl:template> </xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment