rabin 3 năm trước cách đây
mục cha
commit
790166a36a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -2724,7 +2724,7 @@ class Database
             $this->state = true;
             $result = implode('', $result);
             if (!$this->manage_button) {
-                $result = str_replace('<td>nbsp;</td>', '', $result);
+                $result = str_replace('<td>&nbsp;</td>', '', $result);
             }
         } else {
             $result = '';