diff options
Diffstat (limited to 'xslt/idp-summary.xslt')
-rw-r--r-- | xslt/idp-summary.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/idp-summary.xslt b/xslt/idp-summary.xslt index 94923dcc..c73d72a4 100644 --- a/xslt/idp-summary.xslt +++ b/xslt/idp-summary.xslt @@ -9,7 +9,7 @@ extension-element-prefixes="exsl" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"> - <xsl:import href="summary.xslt"/> + <xsl:import href="http://md.swamid.se/xslt/summary.xslt"/> <xsl:template match="/md:EntitiesDescriptor"> <xsl:apply-templates select="md:EntityDescriptor[md:IDPSSODescriptor]"/> |