diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-04-08 09:57:35 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-04-08 09:57:35 +0200 |
commit | 007475a7d2df25efa5c958a859fa0dc4c923c687 (patch) | |
tree | 46c5cfa233f0953df7450d217ab5be3d03a30ee7 /id/server/moa-id-frontend-resources/src | |
parent | 9231c84c9a509ba75b3e92a286941cc0792982f6 (diff) | |
download | moa-id-spss-007475a7d2df25efa5c958a859fa0dc4c923c687.tar.gz moa-id-spss-007475a7d2df25efa5c958a859fa0dc4c923c687.tar.bz2 moa-id-spss-007475a7d2df25efa5c958a859fa0dc4c923c687.zip |
fix typo in sendAssertionFormFull backup template
Diffstat (limited to 'id/server/moa-id-frontend-resources/src')
-rw-r--r-- | id/server/moa-id-frontend-resources/src/main/resources/templates/sendAssertionFormFull.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/moa-id-frontend-resources/src/main/resources/templates/sendAssertionFormFull.html b/id/server/moa-id-frontend-resources/src/main/resources/templates/sendAssertionFormFull.html index a9f0c4238..7ae4b3f92 100644 --- a/id/server/moa-id-frontend-resources/src/main/resources/templates/sendAssertionFormFull.html +++ b/id/server/moa-id-frontend-resources/src/main/resources/templates/sendAssertionFormFull.html @@ -3,7 +3,7 @@ <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <!-- MOA-ID 2.x BKUSelection Layout CSS --> - <link rel="stylesheet" href="$contextPath/css/buildCSS?pendingid=#ID#" /> + <link rel="stylesheet" href="$contextPath/css/buildCSS?pendingid=$pendingReqID" /> <title>Anmeldung an Online-Applikation</title> </head> |