From 1ec27a4df99acd0d71d5b21500ded70def85c3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Ka=C5=82owski?= Date: Sun, 3 May 2015 13:06:11 +0200 Subject: [PATCH] Update updater.php missing \ and ' on update --- lib/updater.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'; } ?> - \ No newline at end of file +