diff --git a/index.php b/index.php index 9b82113..bfceded 100755 --- a/index.php +++ b/index.php @@ -128,8 +128,8 @@ function create_from_opml($opml) { $message = 'Autoblog "'. $sitename .'" crée avec succès. → afficher l\'autoblog.'; // Do not print iframe on big import (=> heavy and useless) if( ++$cpt < 10 ) - $message .= '' - $success[] = $message; + $message .= ''; + $success[] = $message; } catch (Exception $e) { $error[] = $e->getMessage();