From f7e04edf7e1d7eee90143d2557421ae1f5d28d71 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 25 Nov 2022 15:58:57 +0800 Subject: [PATCH] remove extra arrow --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index c8a4ecb..754be87 100644 --- a/Pman.php +++ b/Pman.php @@ -605,7 +605,7 @@ class Pman extends HTML_FlexyFramework_Page if ($retHTML) { header('Content-type: text/html'); - echo "<"; + echo ""; // encode html characters so they can be read.. echo str_replace(array('<','>'), array('\u003c','\u003e'), $this->jsencode(array('success'=> true, 'data' => $str), false)); -- 2.39.2