]> dev.renevier.net Git - syj.git/blobdiff - application/views/scripts/error/error.phtml
fixes css regression in newpwd, contact and account
[syj.git] / application / views / scripts / error / error.phtml
index b602f5ddbcdd6638912c8cc423390806eb975866..d567c2f5e953bd1a07dfdd8fcb5fb48588b5c197 100644 (file)
   </pre>
 
   <h3>Request Parameters:</h3>
-  <pre><?php echo var_export($this->request->getParams(), true) ?>
+  <pre><?php echo $this->escape(var_export($this->request->getParams(), true)) ?>
   </pre>
   <?php endif ?>
 
-    <p id="message">
+    <p>
     <?php
         if ($this->isServerError) {
             echo $this->translate('Please try again later');