Clean people.en.xml from unused information (#979)
All checks were successful
the build was successful

This commit was merged in pull request #979.
This commit is contained in:
2019-06-04 12:44:34 +02:00
committed by FSFE System
parent 336f30e238
commit a79087841b
2 changed files with 104 additions and 110 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,9 +11,6 @@
<xsl:param name="display" select="''" />
<!-- parameter 'display' can limit the shown people to coordinators -->
<xsl:variable name="teamcomma"><xsl:value-of select="$team" />,</xsl:variable>
<xsl:variable name="commateam">, <xsl:value-of select="$team" /></xsl:variable>
<xsl:element name="ul">
<xsl:attribute name="class">people</xsl:attribute>
<xsl:for-each select="/buildinfo/document/set/person[team = $team or $team = '']">
@@ -50,7 +47,7 @@
<xsl:element name="p">
<!-- Picture -->
<xsl:choose>
<xsl:when test="avatar">
<xsl:when test="avatar != ''">
<xsl:choose>
<xsl:when test="link != ''">
<xsl:element name="a">