summaryrefslogtreecommitdiff
path: root/framework/Exceptions/templates/error500-en.html
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/templates/error500-en.html')
-rw-r--r--framework/Exceptions/templates/error500-en.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Exceptions/templates/error500-en.html b/framework/Exceptions/templates/error500-en.html
index 2f0901fb..1c7c531e 100644
--- a/framework/Exceptions/templates/error500-en.html
+++ b/framework/Exceptions/templates/error500-en.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>Internal Server Error</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>Internal Server Error</h1>
<h2>%%ErrorMessage%%</h2>
<p>
-An internal error occurred while the Web server was handling your request.
-Please contact the <a href="mailto:%%ServerAdmin%%">webmaster</a> to report this problem.
+An internal error occurred while the Web server was handling your request.
+Please contact the <a href="mailto:%%ServerAdmin%%">webmaster</a> to report this problem.
</p>
<p>
Thank you.