diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-30 22:08:08 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-05-01 14:54:22 +0200 |
commit | 63f4befb10aa56ae4da05de922a5e351ea7c3513 (patch) | |
tree | f6fcea20781b2296bb92e37a92a8a091b2b7e8e9 /help3xsl | |
parent | 3b48a6feb0728a07fba8213ee39f39bb835812f3 (diff) |
Remove extra line break in icontables
Change-Id: Ic800e91e6dde2fa425497070c0da36038c1c3a4e
Reviewed-on: https://gerrit.libreoffice.org/53690
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index eeac0cfbe4..1f18a49639 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -803,7 +803,7 @@ <!-- TABLEROW --> <xsl:template match="tablerow"><tr><xsl:apply-templates /></tr></xsl:template> <xsl:template match="tablerow" mode="onecell"><xsl:apply-templates mode="onecell"/></xsl:template> -<xsl:template match="tablerow" mode="icontable"><div class="icontable"><xsl:apply-templates mode="icontable"/></div><br/></xsl:template> +<xsl:template match="tablerow" mode="icontable"><div class="icontable"><xsl:apply-templates mode="icontable"/></div></xsl:template> <xsl:template match="tablerow" mode="embedded"><tr><xsl:apply-templates mode="embedded"/></tr></xsl:template> <!-- TITLE --> |