diff options
Diffstat (limited to 'src/web/_views/comments.php')
-rw-r--r-- | src/web/_views/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index f67a90b..01b1619 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -34,7 +34,7 @@ type="hidden" class="hidden" name="ref" - value="<?=base64_encode($ref)?>"> + value="<?=esc(base64_encode($ref))?>"> <div><input type="hidden" class="hidden" |