Cleaned up some issues with xss on error pages.
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<div class="block_exception clear_fix">
|
||||
<h2>
|
||||
<abbr title="RuntimeException">RuntimeException</abbr>:
|
||||
<pre><?php echo $message?></pre>
|
||||
<pre><?php echo htmlspecialchars($message)?></pre>
|
||||
</h2>
|
||||
</div>
|
||||
<div class="block">
|
||||
@@ -88,4 +88,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user