diff --git a/lib/updater.php b/lib/updater.php
index ac13685..25d5ac9 100644
--- a/lib/updater.php
+++ b/lib/updater.php
@@ -220,13 +220,13 @@ startUpdate();
if ($updateDone) {
echo 'Updated successfully!
';
echo 'Restarting ICEcoder...';
- echo '';
+ echo '';
} else {
echo 'Something appears to have gone wrong :-/
';
- echo 'Please report bugs at https://github.com/mattpass/ICEcoder
';
+ echo 'Please report bugs at https://github.com/mattpass/ICEcoder
';
echo 'You can recover the old version from ICEcoder\'s tmp dir';
}
?>