|
@@ -2,7 +2,7 @@
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $view->getCharset() ?>"/>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $view->getCharset() ?>"/>
|
|
- <title><?php echo htmlspecialchars($exception->getMessage(), ENT_QUOTES, $view->getCharset()) ?> (<?php echo $exception->getStatusCode() ?> <?php echo $exception->getStatusText() ?>)</title>
|
|
|
|
|
|
+ <title><?php echo $exception->getMessage() ?> (<?php echo $exception->getStatusCode() ?> <?php echo $exception->getStatusText() ?>)</title>
|
|
<style type="text/css">
|
|
<style type="text/css">
|
|
html { background: #eee }
|
|
html { background: #eee }
|
|
body { font: 11px Verdana, Arial, sans-serif; color: #333 }
|
|
body { font: 11px Verdana, Arial, sans-serif; color: #333 }
|