docs: Enable navigation to cells in a table

qteditor
Günther Brammer 2016-05-14 18:20:06 +02:00
parent a4680868d8
commit a12b5e5ad7
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@
</xsl:if>
<xsl:if test="position() mod 2=0"><xsl:attribute name="class">dark</xsl:attribute></xsl:if>
<xsl:for-each select="col|literal_col">
<td><xsl:apply-templates select="@colspan|node()"/></td>
<td><xsl:apply-templates select="@colspan|@id|node()"/></td>
</xsl:for-each>
</tr>
</xsl:for-each>