@@ -478,7 +478,7 @@ |
||
478 | 478 | $html .= '<tr>' . |
479 | 479 | '<td ' . sprintf(TPL::getSnippet('sTableBackupStatusColumn'), $color) . ' colspan="4">' . |
480 | 480 | sprintf('backup <em>%s</em>', $backup->getName()) . |
481 | - ' <span ' . TPL::getSnippet('sTableBackupStatusText') . '>' . $status . '</span>'. |
|
481 | + ' <span ' . TPL::getSnippet('sTableBackupStatusText') . '>' . $status . '</span>' . |
|
482 | 482 | '</td>' . |
483 | 483 | '</tr>' . |
484 | 484 | '<tr>' . |