From 07b60b22f646ae851852b698933d14052ebe4e3e Mon Sep 17 00:00:00 2001
From: Antonin <zepcome@gmail.com>
Date: Tue, 3 May 2016 17:24:05 +0200
Subject: [PATCH] Config.php bad encoding on install

---
 tpl/admin/config.tpl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tpl/admin/config.tpl b/tpl/admin/config.tpl
index 3254e919..9cafc7be 100644
--- a/tpl/admin/config.tpl
+++ b/tpl/admin/config.tpl
@@ -4,16 +4,16 @@
  * is not distributed with this file, you can obtain one at
  * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
  *
- * Authors of STUdS (initial project): Guilhem BORGHESI (borghesi@unistra.fr) and Raphaël DROZ
+ * Authors of STUdS (initial project): Guilhem BORGHESI (borghesi@unistra.fr) and Raphaël DROZ
  * Authors of Framadate/OpenSondate: Framasoft (https://github.com/framasoft)
  *
  * =============================
  *
- * Ce logiciel est régi par la licence CeCILL-B. Si une copie de cette licence
+ * Ce logiciel est régi par la licence CeCILL-B. Si une copie de cette licence
  * ne se trouve pas avec ce fichier vous pouvez l'obtenir sur
  * http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.txt
  *
- * Auteurs de STUdS (projet initial) : Guilhem BORGHESI (borghesi@unistra.fr) et Raphaël DROZ
+ * Auteurs de STUdS (projet initial) : Guilhem BORGHESI (borghesi@unistra.fr) et Raphaël DROZ
  * Auteurs de Framadate/OpenSondage : Framasoft (https://github.com/framasoft)
  */
 
@@ -51,9 +51,9 @@ const DEFAULT_LANGUAGE = '{$defaultLanguage}';
 
 // List of supported languages, fake constant as arrays can be used as constants only in PHP >=5.6
 $ALLOWED_LANGUAGES = [
-    'fr' => 'Français',
+    'fr' => 'Français',
     'en' => 'English',
-    'es' => 'Español',
+    'es' => 'Español',
     'de' => 'Deutsch',
     'it' => 'Italiano',
 ];
-- 
GitLab