Skip to content

Commit a988fd4

Browse files
author
Daniel Neto
committed
fix: Update error message output to remove unnecessary HTML escaping
#10415
1 parent 1a6d776 commit a988fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/img/image403.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</g>
6969
</svg>
7070
<?php
71-
echo htmlspecialchars($_REQUEST['403ErrorMsg'] ?? '', ENT_QUOTES, 'UTF-8');
71+
echo $_REQUEST['403ErrorMsg'] ?? '';
7272
?>
7373
</div>
7474
<script>

0 commit comments

Comments
 (0)