From 69894e8397593080927728a360cdb984d0213d72 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 6 Sep 2017 10:44:30 +0200 Subject: [PATCH] Added missing space in not found error message. --- src/service/response/error/not_found_error_cms_response.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/response/error/not_found_error_cms_response.e b/src/service/response/error/not_found_error_cms_response.e index 4efd0a5..4ac2f59 100644 --- a/src/service/response/error/not_found_error_cms_response.e +++ b/src/service/response/error/not_found_error_cms_response.e @@ -32,7 +32,7 @@ feature -- Execution do set_title ("Not Found") set_page_title ("Not Found") - set_main_content ("The requested page %"" + request.request_uri + "%"could not be found.") + set_main_content ("The requested page %"" + request.request_uri + "%" could not be found.") end note copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"