From 3f0f9103d8223ff41476f04e6c6a034a483da84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= Date: Thu, 21 Apr 2022 23:01:25 +0200 Subject: [PATCH] fix: improve MUNI header correct language on HTML tag, SVG logo with PNG fallback --- .../src/main/webapp/WEB-INF/tags/muni/header.tag | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/muni/header.tag b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/muni/header.tag index a7f3adade..1ab7390fe 100644 --- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/muni/header.tag +++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/muni/header.tag @@ -10,7 +10,7 @@ - + @@ -56,8 +56,12 @@

- .png" - width="" height="" alt="${alt}"/> + " height="" role="img" aria-label="${alt}"> + .svg" + src="${samlResourcesURL}/module.php/${theme}/img/.png" + width="" height="" + /> +