diff options
Diffstat (limited to 'basicConfig/templates/countrySelection.html')
-rw-r--r-- | basicConfig/templates/countrySelection.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/basicConfig/templates/countrySelection.html b/basicConfig/templates/countrySelection.html index 0c9b42bf..7fbc9464 100644 --- a/basicConfig/templates/countrySelection.html +++ b/basicConfig/templates/countrySelection.html @@ -2,8 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorator="fragments/base" - th:with="lang=${#locale.language}" th:lang="${lang}"> - + th:with="lang=${#locale.language}" th:lang="${lang}"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -211,21 +210,21 @@ function clickCountryFlag(element) { <h2 th:text="#{gui.countryselection.infos.general.header}" > Information zur Anmeldung über Europäische eIDs </h2> <p> - <span th:text="#{gui.countryselection.infos.general.part.1}" > first part </span> + <span th:text="#{gui.countryselection.infos.general.part.1}"> first part </span> <a href="https://www.bmi.gv.at/" target="_blank" th:text="#{gui.countryselection.header1}" > Bundesministerium für Inneres </a> - <span th:text="#{gui.countryselection.infos.general.part.2}" > second part </span> + <span th:text="#{gui.countryselection.infos.general.part.2}"> second part </span> </p> <p> - <span th:text="#{gui.countryselection.infos.general.part.3}" > third part </span> + <span th:text="#{gui.countryselection.infos.general.part.3}"> third part </span> <a href="https://eur-lex.europa.eu/legal-content/DE/TXT/HTML/?uri=CELEX:32014R0910&from=DE" target="_blank" th:text="#{gui.countryselection.infos.general.link.1}"> eIDAS-Verordnung der Europäischen Union </a> - <span th:text="#{gui.countryselection.infos.general.part.4}" > fourth part </span> + <span th:text="#{gui.countryselection.infos.general.part.4}"> fourth part </span> </p> <p - <span th:text="#{gui.countryselection.infos.general.part.5}" > fived part </span> + <span th:text="#{gui.countryselection.infos.general.part.5}"> fived part </span> <a href="https://www.dsb.gv.at/-/das-erganzungsregister-fur-naturliche-personen-ernp-" target="_blank" th:text="#{gui.countryselection.infos.general.link.2}" ></a> - <span th:text="#{gui.countryselection.infos.general.part.6}" > sixed part </span> + <span th:text="#{gui.countryselection.infos.general.part.6}"> sixed part </span> </p> </div> |