Added missing space in not found error message.
This commit is contained in:
@@ -32,7 +32,7 @@ feature -- Execution
|
|||||||
do
|
do
|
||||||
set_title ("Not Found")
|
set_title ("Not Found")
|
||||||
set_page_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
|
end
|
||||||
note
|
note
|
||||||
copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
|
copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
|
||||||
|
|||||||
Reference in New Issue
Block a user