summaryrefslogtreecommitdiff
path: root/gentoobrowse/xslt/use.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse/xslt/use.xslt')
-rw-r--r--gentoobrowse/xslt/use.xslt9
1 files changed, 8 insertions, 1 deletions
diff --git a/gentoobrowse/xslt/use.xslt b/gentoobrowse/xslt/use.xslt
index 3ad72fa..4fecc13 100644
--- a/gentoobrowse/xslt/use.xslt
+++ b/gentoobrowse/xslt/use.xslt
@@ -12,7 +12,14 @@
</xsl:template>
<xsl:template name="header">
- <h1>Packages with the <xsl:value-of select="/gentoo/project2:uriElems/uriElem[2]" /> USE flag</h1>
+ <h1>
+ Packages with the
+ <xsl:call-template name="split">
+ <xsl:with-param name="pText" select="/gentoo/project2:uriElems/uriElem[2]" />
+ <xsl:with-param name="pBy" select="'_'" />
+ </xsl:call-template>
+ USE flag
+ </h1>
<xsl:if test="/gentoo/global/use">
<p class="lead">Global definition: <xsl:value-of select="/gentoo/global/use/description" />.</p>
</xsl:if>