From bcbfccbac9422ed3e7ebdbd0eb7d7c0f163d0bc8 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 24 Jul 2015 18:01:15 +0800 Subject: [PATCH] EventView.php --- EventView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventView.php b/EventView.php index 4d351c1..eb4cec6 100644 --- a/EventView.php +++ b/EventView.php @@ -84,7 +84,7 @@ class Pman_Admin_EventView extends Pman if(json_last_error() == JSON_ERROR_NONE){ echo "

JSON DECODE Data:

"; - echo '
' . htmlspecialchars(print_r($json)) . '
'; + echo '
' . print_r($json) . '
'; } $filesJ = json_decode(file_get_contents($file)); -- 2.39.2