summaryrefslogtreecommitdiff
path: root/src/templates/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/edit.php')
-rw-r--r--src/templates/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/edit.php b/src/templates/edit.php
index 100cd0e..5318c2c 100644
--- a/src/templates/edit.php
+++ b/src/templates/edit.php
@@ -13,7 +13,7 @@
<h2>Edit</h2>
<a href="/">Back</a>
<form action="/update" method="POST">
- <input type="hidden" name="id" value="<?php echo $bookmark->id; ?>"/>
+ <input type="hidden" name="id" value="<?= $bookmark->id; ?>"/>
<?php require_once('form_fields.php'); ?>
<button type="submit">Update</button>
</form>