aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas <>2022-05-12 10:40:39 +0200
committerThomas <>2022-05-12 10:40:39 +0200
commitbcfcee7879f65fe55911b566754b860a2454583a (patch)
treebe023c9c64a8b0d32a6d325f38c7dd375144502c /basicConfig
parent332a953758ab2626095ae5bd0169ff2edd9adcae (diff)
downloadNational_eIDAS_Gateway-bcfcee7879f65fe55911b566754b860a2454583a.tar.gz
National_eIDAS_Gateway-bcfcee7879f65fe55911b566754b860a2454583a.tar.bz2
National_eIDAS_Gateway-bcfcee7879f65fe55911b566754b860a2454583a.zip
fix(gui): wrong character encoding in GUI for alternative matching methodes
Diffstat (limited to 'basicConfig')
-rw-r--r--basicConfig/templates/other_login_method.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html
index 6806dc05..120b0ecd 100644
--- a/basicConfig/templates/other_login_method.html
+++ b/basicConfig/templates/other_login_method.html
@@ -58,7 +58,7 @@
<p th:text="#{gui.otherlogin.inserternp.second}"> Insert ERnP second block </p>
<p>
<span th:text="#{gui.otherlogin.inserternp.third.prefix}"> Insert ERnP third block / part 1 </span>
- <span>bdquo;<a href="mailto:BMI-IKT-eIDAS-Betrieb@bmi.gv.at"> BMI-IKT-eIDAS-Betrieb@bmi.gv.at </a></span>
+ <span>&nbsp;<a href="mailto:BMI-IKT-eIDAS-Betrieb@bmi.gv.at"> BMI-IKT-eIDAS-Betrieb@bmi.gv.at </a></span>
<span th:text="#{gui.otherlogin.inserternp.third.postfix}"> Insert ERnP third block / part 3 </span>
</p>
</div>