summaryrefslogtreecommitdiff
path: root/src/templates/confirm_deletion.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/confirm_deletion.php')
-rw-r--r--src/templates/confirm_deletion.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/confirm_deletion.php b/src/templates/confirm_deletion.php
index 0a800e5..06e133f 100644
--- a/src/templates/confirm_deletion.php
+++ b/src/templates/confirm_deletion.php
@@ -9,7 +9,7 @@
<a href="/">Back</a>
<form action="/delete" method="POST">
<input type="hidden" name="id" value="<?php echo $bookmark->id; ?>"/>
- <?php echo $bookmark->url.' '.$bookmark->title.' '.$bookmark->tag; ?>
+ <?php echo htmlentities($bookmark->url.' '.$bookmark->title.' '.$bookmark->tag); ?>
<button type="submit">Delete</button>
</form>
</body>