filter/source/xslt/odf2xhtml/export/xhtml/header.xsl | 3 --- 1 file changed, 3 deletions(-)
New commits: commit ab85fd73a52256da6feb4fabd1b188f4f0fb7ce4 Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Wed May 3 16:00:17 2023 +0200 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Mon May 8 09:41:59 2023 +0200 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.st...@allotropia.de> Reviewed-by: Michael Stahl <michael.st...@allotropia.de> 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>
</xsl:text> </xsl:variable> <xsl:variable name="prov"> @@ -277,7 +276,6 @@ </xsl:when> <xsl:otherwise /> </xsl:choose> - <xsl:text>
</xsl:text> </xsl:variable> <xsl:variable name="keywords"> @@ -287,7 +285,6 @@ <xsl:text>, </xsl:text> </xsl:if> </xsl:for-each> - <xsl:text>
</xsl:text> </xsl:variable> <xsl:text>
</xsl:text>