diff options
author | Björn Mattsson <bjorn@sunet.se> | 2022-01-07 11:13:22 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2022-01-07 11:13:22 +0100 |
commit | 3a8089d960145ec8468bb16bd72d9ee47615a7c2 (patch) | |
tree | 7a4d674bdd3c1f49a760a63b8b1c37cb74fcce28 /swamid-2.0/weblogin.smhi.se-idp-shibboleth.xml | |
parent | a5e68f0cab63b8b581b30097b967187bcb116b83 (diff) |
Added xml:lang= to remove errors in metadata-admin. To reduce tickets to ops
Diffstat (limited to 'swamid-2.0/weblogin.smhi.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/weblogin.smhi.se-idp-shibboleth.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/swamid-2.0/weblogin.smhi.se-idp-shibboleth.xml b/swamid-2.0/weblogin.smhi.se-idp-shibboleth.xml index 916f522f..881d1079 100644 --- a/swamid-2.0/weblogin.smhi.se-idp-shibboleth.xml +++ b/swamid-2.0/weblogin.smhi.se-idp-shibboleth.xml @@ -23,7 +23,8 @@ <mdui:DisplayName xml:lang="sv">SMHI</mdui:DisplayName> <mdui:Description xml:lang="sv">SMHIs IDP anvands av anstallda och gaster vid SMHI.</mdui:Description> <mdui:Description xml:lang="en">SMHI's IdP used by employees and guests of SMHI.</mdui:Description> - <mdui:Logo height="35" width="100">https://weblogin.smhi.se/idp/images/SMHIlogo.png</mdui:Logo> + <mdui:Logo xml:lang="en" height="35" width="100">https://weblogin.smhi.se/idp/images/SMHIlogo.png</mdui:Logo> + <mdui:Logo xml:lang="sv" height="35" width="100">https://weblogin.smhi.se/idp/images/SMHIlogo.png</mdui:Logo> <mdui:Keywords xml:lang="en">SMHI</mdui:Keywords> <mdui:Keywords xml:lang="sv">SMHI</mdui:Keywords> </mdui:UIInfo> |