Browse Source

编辑器异常

gorden 8 months ago
parent
commit
fd72ee1c79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/Curd.php

+ 1 - 1
app/controller/Curd.php

@@ -429,7 +429,7 @@ class Curd
                 $data[$col] = implode(',', $item);
             }
             if ($item != '' && (strpos(strtolower($columns[$col]), 'varchar') || strpos(strtolower($columns[$col]), 'text'))) {
-                $data[$col] = htmlspecialchars($item);
+//                $data[$col] = htmlspecialchars($item);
             }
         }
         if (empty($data['created_at'])) {