From 2c1fc2baca3f72b3834ef8c157082d8448438227 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 7 Sep 2018 13:01:12 +0800 Subject: [PATCH] EventView.php --- EventView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventView.php b/EventView.php index 36d6e9c..8c636f9 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