diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-11-09 20:42:20 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-11-09 20:42:20 +0000 |
| commit | b15a095c0e5f980b63c1b229b0671227bfc64316 (patch) | |
| tree | f13a3b6f1c2dbc6bca4f0fcb9f59e4a8a4b03628 /src/templates/edit.php | |
| parent | 5c7b4099e2815089cb7bfe49f6b07158c23a8b2f (diff) | |
Use short echo tags
Diffstat (limited to 'src/templates/edit.php')
| -rw-r--r-- | src/templates/edit.php | 2 |
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> |
