From: Alan Date: Fri, 25 Nov 2022 07:58:57 +0000 (+0800) Subject: remove extra arrow X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=f7e04edf7e1d7eee90143d2557421ae1f5d28d71 remove extra arrow --- 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));