Fix to match current LFS typography convenctions.

This commit is contained in:
Manuel Canales Esparcia 2006-04-14 09:59:38 +00:00
parent 615e37d5e7
commit 7636ee44a0

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 -->