diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-10-10 15:43:06 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-10-10 15:43:06 +0200 |
commit | f01b24ba3e40a9fed94c21e9aa7c64dfffad340d (patch) | |
tree | 6e5c0aff2edaf070f9cd04e627e1d8046ef2882b /swamid-2.0/idp.dev.eduid.se-idp.xml.xml | |
parent | 3f45239b6d4aeb3c6ceb889ca0801d50efafd3d9 (diff) |
Fixed missing mailto: in Contact info
Diffstat (limited to 'swamid-2.0/idp.dev.eduid.se-idp.xml.xml')
-rw-r--r-- | swamid-2.0/idp.dev.eduid.se-idp.xml.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swamid-2.0/idp.dev.eduid.se-idp.xml.xml b/swamid-2.0/idp.dev.eduid.se-idp.xml.xml index 15ff70e3..1f4439d7 100644 --- a/swamid-2.0/idp.dev.eduid.se-idp.xml.xml +++ b/swamid-2.0/idp.dev.eduid.se-idp.xml.xml @@ -87,10 +87,10 @@ hJCVd8ooEGRINTG+TBMufZC9UxoIdxjQRwrevhXTQAkfWT2+ <ns0:ContactPerson contactType="technical"> <ns0:GivenName>eduID</ns0:GivenName> <ns0:SurName>developers</ns0:SurName> - <ns0:EmailAddress>eduid-dev@SEGATE.SUNET.SE</ns0:EmailAddress> + <ns0:EmailAddress>mailto:eduid-dev@SEGATE.SUNET.SE</ns0:EmailAddress> </ns0:ContactPerson> <ns0:ContactPerson contactType="support"> <ns0:GivenName>Support</ns0:GivenName> - <ns0:EmailAddress>support@eduid.se</ns0:EmailAddress> + <ns0:EmailAddress>mailto:support@eduid.se</ns0:EmailAddress> </ns0:ContactPerson> </ns0:EntityDescriptor> |