summaryrefslogtreecommitdiff
path: root/help3xsl/online_transform.xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-30 22:08:08 -0300
committerJan Holesovsky <kendy@collabora.com>2018-08-07 17:55:29 +0200
commit0ac744366fa50963db891b6f963997899e8c0e4e (patch)
tree31ad85bc7ced049ef5be0d281bda9da4439562d4 /help3xsl/online_transform.xsl
parent273e0df46ea21c9310b12c30e4eeb94edaac02cc (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/online_transform.xsl')
-rw-r--r--help3xsl/online_transform.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 61661cbfe3..231cf3a241 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 -->