Fix to match current LFS typography convenctions.
This commit is contained in:
parent
b0dd4bd0f4
commit
71445e78f8
1 changed files with 1 additions and 1 deletions
|
@ -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>
</xsl:text>
|
<xsl:text>
</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- Copying the kernel config file -->
|
<!-- Copying the kernel config file -->
|
||||||
|
|
Reference in a new issue