summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xml/htdocs/xsl/devlist.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/xml/htdocs/xsl/devlist.xsl b/xml/htdocs/xsl/devlist.xsl
index 6d52869f..0ba06d6b 100644
--- a/xml/htdocs/xsl/devlist.xsl
+++ b/xml/htdocs/xsl/devlist.xsl
@@ -42,6 +42,9 @@
<xsl:if test="email[substring-after(text(),'@')!='gentoo.org']">
<email><xsl:value-of select="email[substring-after(text(),'@')!='gentoo.org'][1]"/></email>
</xsl:if>
+ <xsl:for-each select="alias">
+ <alias><xsl:value-of select="."/></alias>
+ </xsl:for-each>
</user>
</xsl:for-each>
</xsl:variable>
@@ -151,6 +154,9 @@
<xsl:if test="email[substring-after(text(),'@')!='gentoo.org']">
<email><xsl:value-of select="email[substring-after(text(),'@')!='gentoo.org'][1]"/></email>
</xsl:if>
+ <xsl:for-each select="alias">
+ <alias><xsl:value-of select="."/></alias>
+ </xsl:for-each>
</xsl:element>
</xsl:template>