From 6b4ee56f101af761deb1360c58d0e10e6030a4e3 Mon Sep 17 00:00:00 2001 From: Christian Foellmann Date: Mon, 26 Apr 2021 08:40:24 +0200 Subject: [PATCH] fix missing backets --- htdocs/bookmarks/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/bookmarks/list.php b/htdocs/bookmarks/list.php index 2190bd7fc8d..03310c3f593 100644 --- a/htdocs/bookmarks/list.php +++ b/htdocs/bookmarks/list.php @@ -269,10 +269,10 @@ while ($i < min($num, $limit)) { // Actions print ''; - if ($canedit) + if ($canedit) { print ''.img_edit().""; } - if ($candelete) + if ($candelete) { print 'rowid.'">'.img_delete().''; } else { print " ";