Skip to content

Commit

Permalink
Resolve "Fix stats page software category for SimpleSAMLphp"
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stuart committed Mar 18, 2023
1 parent c1b3b26 commit c8a0c44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@
[@name != 'EZproxy']
[@name != 'OpenAthens']
[@name != 'Guanxi']
[@name != 'simpleSAMLphp']
[@name != 'SimpleSAMLphp']
[@name != 'Atypon SAML SP 1.1/2.0']
[@name != 'AthensIM']
[@name != 'Eduserv Gateway']
Expand All @@ -1560,11 +1560,11 @@
select="set:difference($entities.ezproxy.in, $entities.ezproxy)"/>

<!--
Classify simpleSAMLphp entities.
Classify SimpleSAMLphp entities.
-->
<xsl:variable name="entities.simplesamlphp.in" select="$entities.ezproxy.out"/>
<xsl:variable name="entities.simplesamlphp"
select="$entities.simplesamlphp.in[md:Extensions/ukfedlabel:Software/@name='simpleSAMLphp']"/>
select="$entities.simplesamlphp.in[md:Extensions/ukfedlabel:Software/@name='SimpleSAMLphp']"/>
<xsl:variable name="entities.simplesamlphp.out"
select="set:difference($entities.simplesamlphp.in, $entities.simplesamlphp)"/>

Expand Down Expand Up @@ -1717,7 +1717,7 @@

<xsl:call-template name="entity.breakdown.by.software.line">
<xsl:with-param name="entities" select="$entities.simplesamlphp"/>
<xsl:with-param name="name">simpleSAMLphp</xsl:with-param>
<xsl:with-param name="name">SimpleSAMLphp</xsl:with-param>
<xsl:with-param name="total" select="$entityCount"/>
</xsl:call-template>

Expand Down

0 comments on commit c8a0c44

Please sign in to comment.