diff options
| author | Thomas <> | 2022-05-12 10:40:39 +0200 | 
|---|---|---|
| committer | Thomas <> | 2022-05-12 10:40:39 +0200 | 
| commit | bcfcee7879f65fe55911b566754b860a2454583a (patch) | |
| tree | be023c9c64a8b0d32a6d325f38c7dd375144502c /basicConfig | |
| parent | 332a953758ab2626095ae5bd0169ff2edd9adcae (diff) | |
| download | National_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.html | 2 | 
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> <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> | 
