Skip to content

Commit

Permalink
Remove a checking exception for the gilead SP at Newcastle.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Nov 29, 2007
1 parent 432fc7d commit ef3d28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

<!-- Locations that don't start with https:// -->
<xsl:variable name="prob.nohttps.location.exceptions"
select="$entities[@entityID='urn:mace:ac.uk:sdss.ac.uk:provider:service:gilead.ncl.ac.uk']"/>
select="$entities[@entityID='no.such.entity']"/>
<xsl:variable name="prob.nohttps.location.entities"
select="set:difference($entities, $prob.nohttps.location.exceptions)"/>
<xsl:variable name="prob.nohttps.location"
Expand Down

0 comments on commit ef3d28b

Please sign in to comment.