From 5c7b4099e2815089cb7bfe49f6b07158c23a8b2f Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 9 Nov 2021 20:34:18 +0000 Subject: Add missing htmlentities --- src/templates/form_fields.php | 6 +++--- src/templates/index.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/form_fields.php b/src/templates/form_fields.php index 3005ee8..0bfe076 100644 --- a/src/templates/form_fields.php +++ b/src/templates/form_fields.php @@ -1,12 +1,12 @@ has('url')) { ?> -

get('url')); ?>

+

get('url'))); ?>

has('title')) { ?> -

get('title')); ?>

+

get('title'))); ?>

has('tag')) { ?> -

get('tag')); ?>

+

get('tag'))); ?>

diff --git a/src/templates/index.php b/src/templates/index.php index 796bc26..f078bbd 100644 --- a/src/templates/index.php +++ b/src/templates/index.php @@ -18,7 +18,7 @@

Bookmarks

-- cgit v1.2.3-13-gbd6f