diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-05-12 15:44:54 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-05-12 15:44:54 +0200 |
commit | d1c1089b4f705fa07181c2cd09ca6e2a9bb68a5c (patch) | |
tree | 7e8f3cea5df572ff956d8701b9ad79855d0a23df /id/server | |
parent | 6981edb4e01d3c2300b47429a1ab40f7eaa35c1b (diff) | |
download | moa-id-spss-d1c1089b4f705fa07181c2cd09ca6e2a9bb68a5c.tar.gz moa-id-spss-d1c1089b4f705fa07181c2cd09ca6e2a9bb68a5c.tar.bz2 moa-id-spss-d1c1089b4f705fa07181c2cd09ca6e2a9bb68a5c.zip |
fix typo in SAML1 getAuthenticationData servlet
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/modules/moa-id-modules-saml1/src/main/resources/plain_info.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-modules-saml1/src/main/resources/plain_info.vm b/id/server/modules/moa-id-modules-saml1/src/main/resources/plain_info.vm index dfc11820f..858479904 100644 --- a/id/server/modules/moa-id-modules-saml1/src/main/resources/plain_info.vm +++ b/id/server/modules/moa-id-modules-saml1/src/main/resources/plain_info.vm @@ -1,6 +1,6 @@ <html> <head> -<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> +<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> </head> <body> <h1>GetAuthenticationData</h1> |