Translate parentheses to "_" in the module page names. Otherwise there are errors when displaying the

menu
This commit is contained in:
Pierre Labastie 2018-09-28 14:39:18 +00:00
parent 625cb147bd
commit 6e28f3c4de

View file

@ -177,7 +177,7 @@ depends MENU_</xsl:text>
test="not(version) and ./module[not(inst-version) or test="not(version) and ./module[not(inst-version) or
string(version) != string(inst-version)]"> string(version) != string(inst-version)]">
<xsl:text>&#9;&#9;config&#9;MENU_</xsl:text> <xsl:text>&#9;&#9;config&#9;MENU_</xsl:text>
<xsl:value-of select="translate(name,' ','_')"/> <xsl:value-of select="translate(name,' ()','___')"/>
<xsl:text> <xsl:text>
&#9;&#9;bool&#9;"</xsl:text> &#9;&#9;bool&#9;"</xsl:text>
<xsl:value-of select="name"/> <xsl:value-of select="name"/>
@ -188,7 +188,7 @@ depends MENU_</xsl:text>
<xsl:value-of select="name"/> <xsl:value-of select="name"/>
<xsl:text>" <xsl:text>"
&#9;&#9;depends MENU_</xsl:text> &#9;&#9;depends MENU_</xsl:text>
<xsl:value-of select="translate(name,' ','_')"/> <xsl:value-of select="translate(name,' ()','___')"/>
<xsl:text> <xsl:text>
</xsl:text> </xsl:text>