Skip to content
Snippets Groups Projects
Commit ae5118e0 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Preserve line break in error message exception stack trace

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1045 44740490-163a-0410-bde0-09ae8108e29a
parent 1e0d0cb0
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,8 @@ if (array_key_exists('showerrors', $this->data) && $this->data['showerrors']) {
<div style="border: 1px solid #eee; padding: 1em; font-size: x-small">
<p style="margin: 1px"><?php echo htmlentities($this->data['exceptionmsg']); ?></p>
<div style=" padding: 1em; font-family: monospace; ">
<?php echo htmlentities($this->data['exceptiontrace']); ?>
</div>
<pre style=" padding: 1em; font-family: monospace; "><?php echo htmlentities($this->data['exceptiontrace']); ?>
</pre>
</div>
<?php
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment