Move a misplaced linefeed in LFS/lfs.xsl:outputpkgdest
This commit is contained in:
parent
1cb4c7662c
commit
6613034d13
1 changed files with 1 additions and 1 deletions
|
@ -889,11 +889,11 @@ DNS=</xsl:text>
|
|||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="$outputstring"/>
|
||||
<xsl:text>
</xsl:text>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:text>
</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:variable name="APOS">'</xsl:variable>
|
||||
|
|
Reference in a new issue