Added missing space in not found error message.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user