summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-05-03 16:00:17 +0200
committerAndras Timar <andras.timar@collabora.com>2023-05-13 20:05:33 +0200
commit3f87f72ad8bfe93cf971f413c0e5313364acdf61 (patch)
tree3bb384b4d1c629dbd43a6b3b1e3bb7c1e4e72a8f
parent12ae0cf2970e46156a2b6db11cbb8d0e692a7ec7 (diff)
tdf#153839 XHTML export: do not add newlines to attribute values
(regression from commit d2e8705c9cc503afdaed366b1f71ed012b0c568f) Change-Id: I5e841b1db195b0646c5a2244061f93b97344c3dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151465 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 84d798a9cfd8da090c68340838102fc8704febb3) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151388 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl3
1 files changed, 0 insertions, 3 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 581b8b8d3421..8ee38796ebdf 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -267,7 +267,6 @@
</xsl:when>
<xsl:otherwise>en-US</xsl:otherwise>
</xsl:choose>
- <xsl:text>&#xa;</xsl:text>
</xsl:variable>
<xsl:variable name="prov">
@@ -277,7 +276,6 @@
</xsl:when>
<xsl:otherwise />
</xsl:choose>
- <xsl:text>&#xa;</xsl:text>
</xsl:variable>
<xsl:variable name="keywords">
@@ -287,7 +285,6 @@
<xsl:text>, </xsl:text>
</xsl:if>
</xsl:for-each>
- <xsl:text>&#xa;</xsl:text>
</xsl:variable>
<xsl:text>&#xa;</xsl:text>