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"