[Libreoffice-commits] help.git: help3xsl/online_transform.xsl

Olivier Hallot olivier.hallot at libreoffice.org
Tue May 1 12:54:50 UTC 2018


 help3xsl/online_transform.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 63f4befb10aa56ae4da05de922a5e351ea7c3513
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Mon Apr 30 22:08:08 2018 -0300

    Remove extra line break in icontables
    
    Change-Id: Ic800e91e6dde2fa425497070c0da36038c1c3a4e
    Reviewed-on: https://gerrit.libreoffice.org/53690
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index eeac0cfbe..1f18a4963 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 -->


More information about the Libreoffice-commits mailing list