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