diff --git a/bl-plugins/backup/plugin.php b/bl-plugins/backup/plugin.php
index 21fd2dba..f2136fa8 100644
--- a/bl-plugins/backup/plugin.php
+++ b/bl-plugins/backup/plugin.php
@@ -66,7 +66,7 @@ class pluginBackup extends Plugin {
}
$html = '
';
- $html .= '';
+ $html .= '';
$html .= '
';
$html .= '
';
@@ -76,8 +76,8 @@ class pluginBackup extends Plugin {
$html .= '';
$html .= '
';
}
@@ -122,4 +122,4 @@ class pluginBackup extends Plugin {
return Filesystem::copyRecursive($tmp, PATH_CONTENT);
}
-}
\ No newline at end of file
+}