Skip to content

Commit

Permalink
#688 Escape during output
Browse files Browse the repository at this point in the history
  • Loading branch information
amazeika committed Jan 24, 2024
1 parent 7c0e2e8 commit 05e3b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span class="page_header__code">[<?= $code ?>]</span>
</h1>
<div class="page_message">
<div class="page_message__text"><?= $message ?></div>
<div class="page_message__text"><?= htmlspecialchars($message) ?></div>
</div>
<div id="the_error">
<div class="error_container">
Expand Down

0 comments on commit 05e3b50

Please sign in to comment.