From 0d55bd67a2b4c82f1214491be7a170586af49326 Mon Sep 17 00:00:00 2001 From: jvelilla Date: Tue, 1 Sep 2015 12:56:26 -0300 Subject: [PATCH] Updated Basic Auth Module: remove the escaping from the logout message --- modules/basic_auth/handler/cms_basic_auth_logoff_handler.e | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/basic_auth/handler/cms_basic_auth_logoff_handler.e b/modules/basic_auth/handler/cms_basic_auth_logoff_handler.e index 0539fef..3c4dce2 100644 --- a/modules/basic_auth/handler/cms_basic_auth_logoff_handler.e +++ b/modules/basic_auth/handler/cms_basic_auth_logoff_handler.e @@ -122,10 +122,11 @@ feature -- HTTP Methods feature {NONE}-- Lougout Message logout_message: STRING = "[ -
+

You are now signed out

-

You can log in again, or go to the front page.

+

You can log in again, or go to the front page.

- ]" + ]" + end