From f1473c4a1147a1517262db6ec00a290fe9dda550 Mon Sep 17 00:00:00 2001 From: Edwin Balani Date: Fri, 19 Apr 2019 15:14:11 +0100 Subject: [PATCH] Fix 'hmtl' closing tag typo --- mod_ucam_webauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_ucam_webauth.c b/mod_ucam_webauth.c index ca00309..09b5cae 100644 --- a/mod_ucam_webauth.c +++ b/mod_ucam_webauth.c @@ -3156,7 +3156,7 @@ webauth_handler_logout(request_rec *r) "you should first log-out of all other personalized sites that you " "have accessed and then logout_service, "\">logout from the central authentication service.", - sig, "", NULL); + sig, "", NULL); } ap_rputs(response,r); return OK;