Fix - convert html special chars in error message
This commit is contained in:
parent
0109e49f8e
commit
18f4abc98b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ foreach ($errors as $error):
|
|||
?>
|
||||
</a>
|
||||
</td>
|
||||
<td class="visible-line-breaks"><?= trim($error->getMessage()); ?></td>
|
||||
<td class="visible-line-breaks"><?= htmlspecialchars(trim($error->getMessage())); ?></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue