From cfaa5f3f2b743a34d5bdf4d428e060b2e863b7ba Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 14 Sep 2024 20:50:12 +0200 Subject: [PATCH] Fixed some syntax errors --- application/views/logbookadvanced/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/logbookadvanced/index.php b/application/views/logbookadvanced/index.php index 3bf502ea5..30fba0bca 100644 --- a/application/views/logbookadvanced/index.php +++ b/application/views/logbookadvanced/index.php @@ -51,8 +51,8 @@ \"dok\":{\"show\":\"true\"}, \"wwff\":{\"show\":\"true\"}, \"sig\":{\"show\":\"true\"}, - \"continent\":{\"show\":\"true\", - \"qrz\":{\"show\":\"true\",} + \"continent\":{\"show\":\"true\"}, + \"qrz\":{\"show\":\"true\"} }"; } $current_opts = json_decode($options);