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

New commits:
commit 7ba76b180fc02dfaa433e659ea9c10d1e0d8cd13
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Oct 17 15:11:21 2019 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Oct 18 11:44:26 2019 +0200

    Fix <br/> when embedded
    
    Change-Id: I8cfc619adc68718b261d9f661531886789a872ac
    Reviewed-on: https://gerrit.libreoffice.org/80992
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index ec56991f6..83c689451 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -288,6 +288,7 @@
 
 <!-- BR -->
 <xsl:template match="br"><br /></xsl:template>
+<xsl:template match="br" mode="embedded"><br /></xsl:template>
 
 <!-- CAPTION -->
 <xsl:template match="caption" />
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to