Fix to match current LFS typography convenctions.

This commit is contained in:
Manuel Canales Esparcia 2006-04-14 09:58:30 +00:00
parent b0dd4bd0f4
commit 71445e78f8

View file

@ -138,7 +138,7 @@
<xsl:value-of select="substring-before(string(),'export LANG=')"/> <xsl:value-of select="substring-before(string(),'export LANG=')"/>
<xsl:text>export LANG=</xsl:text> <xsl:text>export LANG=</xsl:text>
<xsl:value-of select="$lang"/> <xsl:value-of select="$lang"/>
<xsl:value-of select="substring-after(string(),'modifiers]')"/> <xsl:value-of select="substring-after(string(),'modifiers>')"/>
<xsl:text>&#xA;</xsl:text> <xsl:text>&#xA;</xsl:text>
</xsl:when> </xsl:when>
<!-- Copying the kernel config file --> <!-- Copying the kernel config file -->