3ebc0371b7
- Fix exception message not showing on raw exception page
12 lines
187 B
Smarty
12 lines
187 B
Smarty
<html>
|
|
<head>
|
|
<title>{{$title}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{$title}}</h1>
|
|
<p>{{$message nofilter}}</p>
|
|
{{if $trace}}
|
|
<pre>{{$trace nofilter}}</pre>
|
|
{{/if}}
|
|
</body>
|
|
</html>
|