From 293209447b4e0c6c494623ad2a73943deedee8c9 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 30 Jan 2019 23:22:02 +0100 Subject: [PATCH] Consistent button layout with Contents --- bl-plugins/backup/plugin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 .= '
'; }