Added missing space in not found error message.

This commit is contained in:
Jocelyn Fiat
2017-09-06 10:44:30 +02:00
parent 50a54ba519
commit 69894e8397

View File

@@ -32,7 +32,7 @@ feature -- Execution
do
set_title ("Not Found")
set_page_title ("Not Found")
set_main_content ("<em>The requested page %"" + request.request_uri + "%"could not be found.</em>")
set_main_content ("<em>The requested page %"" + request.request_uri + "%" could not be found.</em>")
end
note
copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"