summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/error
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-25 18:24:01 +0200
committerBjörn Geiger2011-06-25 18:24:01 +0200
commitf62f05728a6df9ce8db1b1f66f59e4c9e017205f (patch)
treed0be13814a5aabb4c4f4b0deb9277e6f02f1ceb4 /application/views/scripts/error
parentminor (diff)
downloadpoolctrl-f62f05728a6df9ce8db1b1f66f59e4c9e017205f.tar.gz
poolctrl-f62f05728a6df9ce8db1b1f66f59e4c9e017205f.tar.xz
poolctrl-f62f05728a6df9ce8db1b1f66f59e4c9e017205f.zip
Test
Diffstat (limited to 'application/views/scripts/error')
-rw-r--r--application/views/scripts/error/error.phtml5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/views/scripts/error/error.phtml b/application/views/scripts/error/error.phtml
index ce16ec0..1997506 100644
--- a/application/views/scripts/error/error.phtml
+++ b/application/views/scripts/error/error.phtml
@@ -9,7 +9,7 @@
<h2><?php echo $this->message ?></h2>
<?php if (isset($this->exception)): ?>
-
+
<h3>Exception information:</h3>
<p>
<b>Message:</b> <?php echo $this->exception->getMessage() ?>
@@ -20,9 +20,8 @@
</pre>
<h3>Request Parameters:</h3>
- <pre><?php echo $this->escape(var_export($this->request->getParams(), true)) ?>
+ <pre><?php echo var_export($this->request->getParams(), true) ?>
</pre>
-
<?php endif ?>
</body>