Move a misplaced linefeed in LFS/lfs.xsl:outputpkgdest

This commit is contained in:
Pierre Labastie 2018-02-05 10:45:29 +00:00
parent 1cb4c7662c
commit 6613034d13

View file

@ -889,11 +889,11 @@ DNS=</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$outputstring"/>
<xsl:text>&#xA;</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
<xsl:text>&#xA;</xsl:text>
</xsl:template>
<xsl:variable name="APOS">'</xsl:variable>