From 39a7b9c63d88ddd14f2676f7f18631e6215249e9 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 24 Jan 2019 09:31:40 +0100 Subject: [PATCH] =?UTF-8?q?Balise=20non=20ferm=C3=A9e=20dans=20commentaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index bec64a8f..31b5f640 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -489,7 +489,7 @@ class theme extends common { ]); } else { $this->addOutput([ - 'notification' => 'Erreur avec le thème '.$zipFilename, + 'notification' => 'Erreur avec le thème '.$zipFilename.'', 'redirect' => helper::baseUrl() . 'theme/manage' ]); }