Skip to content

Commit

Permalink
Escape trace string.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 5, 2023
1 parent 3b8343c commit b103db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<?php

echo '<pre>';
echo $exception->getTraceAsString();
echo esc_html( $exception->getTraceAsString() );
echo '</pre>';

?>
Expand Down

0 comments on commit b103db1

Please sign in to comment.