diff options
Diffstat (limited to 'framework/Exceptions/templates/error.html')
-rw-r--r-- | framework/Exceptions/templates/error.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Exceptions/templates/error.html b/framework/Exceptions/templates/error.html index cff0f910..0dd625b6 100644 --- a/framework/Exceptions/templates/error.html +++ b/framework/Exceptions/templates/error.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>%%ErrorMessage%%</title>
<style>
body {font-family:"Verdana";font-weight:normal;color:black;}
|