summaryrefslogtreecommitdiff
path: root/framework/Exceptions/templates/error404.html
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/templates/error404.html')
-rw-r--r--framework/Exceptions/templates/error404.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Exceptions/templates/error404.html b/framework/Exceptions/templates/error404.html
index 11585661..1f6610fe 100644
--- a/framework/Exceptions/templates/error404.html
+++ b/framework/Exceptions/templates/error404.html
@@ -1,5 +1,7 @@
<html>
<head>
+<meta http-equiv="Content-Type" content="text/html; charset="utf-8"/>
+<meta http-equiv="content-language" content="en"/>
<title>Page Not Found</title>
<style>
body {font-family:"Verdana";font-weight:normal;color:black;}
@@ -15,8 +17,8 @@ p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top
<h1>%%ErrorMessage%%</h1>
<h2>Error 404</h2>
<p>
-The requested URL was not found on this server.
-If you entered the URL manually please check your spelling and try again.
+The requested URL was not found on this server.
+If you entered the URL manually please check your spelling and try again.
</p>
<p>
If you think this is a server error, please contact the <a href="mailto:%%ServerAdmin%%">webmaster</a>.