diff --git a/bl-plugins/backup/plugin.php b/bl-plugins/backup/plugin.php index fbe700ad..a00a6730 100644 --- a/bl-plugins/backup/plugin.php +++ b/bl-plugins/backup/plugin.php @@ -54,7 +54,7 @@ class pluginBackup extends Plugin { } $html .= '
'; - $html .= ''; + $html .= ''; $html .= '
'; $html .= '
'; @@ -66,10 +66,10 @@ class pluginBackup extends Plugin { $html .= '

'.Date::format($filename, BACKUP_DATE_FORMAT, 'F j, Y, g:i a').'

'; // Allow download if a zip file if ($this->zip) { - $html .= ' '.$L->get('download').''; + $html .= ' '.$L->get('download').''; } - $html .= ''; - $html .= ''; + $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; }