[Libreoffice-commits] help.git: help3xsl/online_transform.xsl
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 18 09:44:49 UTC 2019
help3xsl/online_transform.xsl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7ba76b180fc02dfaa433e659ea9c10d1e0d8cd13
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Oct 17 15:11:21 2019 -0300
Commit: Olivier Hallot <olivier.hallot at 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.hallot at 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" />
More information about the Libreoffice-commits
mailing list