Updated Basic Auth Module: remove the escaping from the logout message

This commit is contained in:
jvelilla
2015-09-01 12:56:26 -03:00
parent e1727cc445
commit 0d55bd67a2

View File

@@ -122,10 +122,11 @@ feature -- HTTP Methods
feature {NONE}-- Lougout Message
logout_message: STRING = "[
<div class=%"cms-logout-message%">
<div class="cms-logout-message">
<h2>You are now signed out</h2>
<p>You can <a href=$site_login>log</a> in again, or go to the <a href=%"$site_home%">front page</a>.</p>
<p>You can <a href="$site_login">log</a> in again, or go to the <a href="$site_home">front page</a>.</p>
</div>
]"
]"
end