From 3ce11b937bd1c16113317a1e9c230c9813d62b4e Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 13 Nov 2021 08:30:24 +0000 Subject: Make title required --- src/templates/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates/index.php') diff --git a/src/templates/index.php b/src/templates/index.php index 35dd7ad..d8f751f 100644 --- a/src/templates/index.php +++ b/src/templates/index.php @@ -26,7 +26,7 @@
  • - addedAt))->format('Y-m-d'); ?> - title != '' ? htmlentities($bookmark->title) : htmlentities($bookmark->url); ?> | tag) { ?>tag); ?> | Edit | Delete + addedAt))->format('Y-m-d'); ?> - title); ?> | tag) { ?>tag); ?> | Edit | Delete
  • -- cgit v1.2.3-13-gbd6f