From 01b96e47df547529514a67aa88930ee3c68000de Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 7 Sep 2018 12:59:51 +0800 Subject: [PATCH] EventView.php --- EventView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventView.php b/EventView.php index 8c636f9..36d6e9c 100644 --- a/EventView.php +++ b/EventView.php @@ -72,7 +72,7 @@ class Pman_Admin_EventView extends Pman } echo '
' . htmlspecialchars(print_r(json_decode(file_get_contents($file)), true)) . '
'; - echo '
'. htmlspecialchars($ev->remarks) . '
'; +// echo '
'. htmlspecialchars($ev->remarks) . '
'; $json = json_decode($ev->remarks, JSON_PRETTY_PRINT); -- 2.39.2