From 08cc74348fb3c4d0787ea5b30c342520f30bd951 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Sun, 14 Jan 2024 15:11:17 +0000 Subject: [PATCH] Remove unnecessary differences in HTML between rendered forms. --- auth_mellon_handler.c | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/auth_mellon_handler.c b/auth_mellon_handler.c index 6350bca..e4cefd6 100644 --- a/auth_mellon_handler.c +++ b/auth_mellon_handler.c @@ -613,7 +613,7 @@ static int am_set_logout_response_post_content(request_rec *r, " \n" " \n" " \n" " \n" " \n" @@ -634,7 +634,7 @@ static int am_set_logout_response_post_content(request_rec *r, "
\n" " \n" " \n" "
\n" " \n" @@ -2886,19 +2886,18 @@ static int am_handle_repost(request_rec *r) } output = apr_psprintf(r->pool, - "\n" + "\n" "\n" " \n" " SAML rePOST request\n" " \n" - " \n" - " \n" - "
\n%s" + " \n" + " \n" + " \n%s" " \n" "
\n" " \n" @@ -3014,7 +3013,7 @@ static int am_set_authn_request_post_content(request_rec *r, LassoLogin *login) " \n" " \n" " \n" " \n" " \n"