diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-11-27 15:33:37 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-11-27 15:33:37 +0100 |
commit | e392f06a8e1920e4404f11f74c8f51795ad590a6 (patch) | |
tree | 74d06da7d89582d1448cbb0a3c0c8d1858318b06 /id/server/moa-id-frontend-resources/src | |
parent | 813e08137530dba321db7807bd1bb5a53af80541 (diff) | |
download | moa-id-spss-e392f06a8e1920e4404f11f74c8f51795ad590a6.tar.gz moa-id-spss-e392f06a8e1920e4404f11f74c8f51795ad590a6.tar.bz2 moa-id-spss-e392f06a8e1920e4404f11f74c8f51795ad590a6.zip |
add some more escaptions
Diffstat (limited to 'id/server/moa-id-frontend-resources/src')
-rw-r--r-- | id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html index f54484307..cbc16cb38 100644 --- a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html +++ b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html @@ -19,7 +19,7 @@ parent.setBKUAvailable(false); document.write('<form name="bkudetectform" method="POST" target="bkudetect" action="' + bkuurl + '" enctype="application/x-www-form-urlencoded">'); document.write('<input type="hidden" name="XMLRequest" value="<?xml version="1.0" encoding="UTF-8"?><NullOperationRequest xmlns="http://www.buergerkarte.at/namespaces/securitylayer/1.2#"/>" />'); - document.write('<input type="hidden" name="RedirectURL" value="' + $contextPath + '/iframeLBKUdetected.html"/>'); + document.write('<input type="hidden" name="RedirectURL" value="$contextPath/iframeLBKUdetected.html"/>'); document.write('</form>'); try { document.bkudetectform.submit(); |