diff options
author | Thomas <> | 2021-10-21 10:54:55 +0200 |
---|---|---|
committer | Thomas <> | 2022-03-03 16:31:57 +0100 |
commit | 6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037 (patch) | |
tree | c09a9da91b16b35d8a05f7b0adf428100216242e /connector/src/test/resources/config/templates/countrySelection.html | |
parent | 4261c3b57963476673ca87f7e857f9baee6362fb (diff) | |
download | National_eIDAS_Gateway-6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037.tar.gz National_eIDAS_Gateway-6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037.tar.bz2 National_eIDAS_Gateway-6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037.zip |
fix build process and jUnit test
Diffstat (limited to 'connector/src/test/resources/config/templates/countrySelection.html')
-rw-r--r-- | connector/src/test/resources/config/templates/countrySelection.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connector/src/test/resources/config/templates/countrySelection.html b/connector/src/test/resources/config/templates/countrySelection.html index 7fbc9464..adcda741 100644 --- a/connector/src/test/resources/config/templates/countrySelection.html +++ b/connector/src/test/resources/config/templates/countrySelection.html @@ -165,7 +165,7 @@ function clickCountryFlag(element) { <a href="https://www.bmi.gv.at/" target="_blank" title="Home"> <img class="toplogo img-responsive" src="/static/BMI.png" alt="Logo BMI" th:attr="alt=#{gui.countryselection.logo.bmi.alt}"> - <h1 class="hidden" th:text="#{gui.countryselection.header1}"> Bundesministerium für Inneres </h1> + <h1 class="hidden" th:text="#{gui.countryselection.header1}"> Bundesministerium für Inneres 1</h1> </a> </div> <ul class="nav_oben"> |