From a36ecec8f4c3459273f6cceb89d9fd22e289dd4e Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 20 May 2024 10:17:04 +0200 Subject: [PATCH] missing bracket --- application/views/logbookadvanced/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/views/logbookadvanced/index.php b/application/views/logbookadvanced/index.php index 4a35c9f1c..1814b89f7 100644 --- a/application/views/logbookadvanced/index.php +++ b/application/views/logbookadvanced/index.php @@ -36,8 +36,9 @@ \"iota\":{\"show\":\"true\"}, \"pota\":{\"show\":\"true\"}, \"operator\":{\"show\":\"true\"}, - \"comment\":{\"show\":\"true\", - \"propagation\":{\"show\":\"true\"}}"; + \"comment\":{\"show\":\"true\"}, + \"propagation\":{\"show\":\"true\"} + }"; } $current_opts = json_decode($options); echo "var user_options = $options;";