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