We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf9cd2 commit 1cc1752Copy full SHA for 1cc1752
src/Views/email_activate_show.php
@@ -10,7 +10,7 @@
10
<h5 class="card-title mb-5"><?= lang('Auth.emailActivateTitle') ?></h5>
11
12
<?php if (session('error')) : ?>
13
- <div class="alert alert-danger"><?= session('error') ?></div>
+ <div class="alert alert-danger"><?= esc(session('error')) ?></div>
14
<?php endif ?>
15
16
<p><?= lang('Auth.emailActivateBody') ?></p>
0 commit comments