Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 12, 2019
1 parent 928daf3 commit db347ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<br><br>

<div class="texto_error">
Error: <?php echo htmlspecialchars(str_replace("\n", "<br>", $_SESSION['error']));unset($_SESSION['error']);?> <br>
Error: <?php echo str_replace("\n", "<br>", htmlspecialchars($_SESSION['error']));unset($_SESSION['error']);?> <br>

</div>
<br>
Expand Down

0 comments on commit db347ac

Please sign in to comment.