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/hrm.flexhosting.se-hrm-.xml | |
parent | a5e68f0cab63b8b581b30097b967187bcb116b83 (diff) |
Added xml:lang= to remove errors in metadata-admin. To reduce tickets to ops
Diffstat (limited to 'swamid-2.0/hrm.flexhosting.se-hrm-.xml')
-rw-r--r-- | swamid-2.0/hrm.flexhosting.se-hrm-.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/swamid-2.0/hrm.flexhosting.se-hrm-.xml b/swamid-2.0/hrm.flexhosting.se-hrm-.xml index 34fec66a..7f84420b 100644 --- a/swamid-2.0/hrm.flexhosting.se-hrm-.xml +++ b/swamid-2.0/hrm.flexhosting.se-hrm-.xml @@ -12,7 +12,8 @@ <mdui:DisplayName xml:lang="en">Uppsala University Flex HRM</mdui:DisplayName> <mdui:Description xml:lang="sv">Uppsala universitets Flex HRM</mdui:Description> <mdui:Description xml:lang="en">Uppsala University Flex HRM</mdui:Description> - <mdui:Logo height="50" width="50">https://www.flexapplications.se/wp-content/themes/flex-theme/assets/img/logo-small-black.png</mdui:Logo> + <mdui:Logo xml:lang="sv" height="50" width="50">https://www.flexapplications.se/wp-content/themes/flex-theme/assets/img/logo-small-black.png</mdui:Logo> + <mdui:Logo xml:lang="en" height="50" width="50">https://www.flexapplications.se/wp-content/themes/flex-theme/assets/img/logo-small-black.png</mdui:Logo> <mdui:PrivacyStatementURL xml:lang="sv">https://hrm.flexhosting.se/HRM/Public/CookiePolicy</mdui:PrivacyStatementURL> <mdui:PrivacyStatementURL xml:lang="en">https://hrm.flexhosting.se/HRM/Public/CookiePolicy/EN</mdui:PrivacyStatementURL> </mdui:UIInfo> |