rabin hace 3 años
padre
commit
790166a36a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = '';