diff options
Diffstat (limited to 'templates/_error.html.ep')
-rw-r--r-- | templates/_error.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_error.html.ep b/templates/_error.html.ep index 4abfb4e..8585f90 100644 --- a/templates/_error.html.ep +++ b/templates/_error.html.ep @@ -1,5 +1,5 @@ <div class="error"><strong>Fehler:</strong> -<pre> +<p style="font-family: Monospace;"> %= $error -</pre> +</p> </div> |