diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-17 15:11:21 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-18 11:44:26 +0200 |
commit | 7ba76b180fc02dfaa433e659ea9c10d1e0d8cd13 (patch) | |
tree | 0da86feb769593e0f6613402a6705d15be885335 /help3xsl | |
parent | ad241365fec7fe88b83068c002be0667420e5550 (diff) |
Fix <br/> when embedded
Change-Id: I8cfc619adc68718b261d9f661531886789a872ac
Reviewed-on: https://gerrit.libreoffice.org/80992
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index ec56991f62..83c6894511 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" /> |