From: Edward Date: Fri, 7 Sep 2018 04:59:51 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=01b96e47df547529514a67aa88930ee3c68000de EventView.php --- 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);