Skip to content

Commit

Permalink
tdf#153839 XHTML export: do not add newlines to attribute values
Browse files Browse the repository at this point in the history
  • Loading branch information
mistmist authored and svanteschubert committed May 3, 2023
1 parent 0877527 commit 0f01b60
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -277,7 +276,6 @@
</xsl:when>
<xsl:otherwise />
</xsl:choose>
<xsl:text>&#xa;</xsl:text>
</xsl:variable>

<xsl:variable name="keywords">
Expand All @@ -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>
Expand Down

0 comments on commit 0f01b60

Please sign in to comment.