remove extra arrow
authorAlan <alan@roojs.com>
Fri, 25 Nov 2022 07:58:57 +0000 (15:58 +0800)
committerAlan <alan@roojs.com>
Fri, 25 Nov 2022 07:58:57 +0000 (15:58 +0800)
Pman.php

index c8a4ecb..754be87 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -605,7 +605,7 @@ class Pman extends HTML_FlexyFramework_Page
         
         if ($retHTML) {
             header('Content-type: text/html');
-            echo "<HTML><HEAD></HEAD><BODY><";
+            echo "<HTML><HEAD></HEAD><BODY>";
             // encode html characters so they can be read..
             echo  str_replace(array('<','>'), array('\u003c','\u003e'),
                         $this->jsencode(array('success'=> true, 'data' => $str), false));