From 361b737cd2169af136fe71030e1f7690ddd22891 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 24 Oct 2006 21:05:51 +0000 Subject: [PATCH] =?UTF-8?q?On=20g=E8re=20les=20fichiers=20lang=20qui=20ont?= =?UTF-8?q?=20espace=20autour=20du=20=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/translate.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php index 361f4177057..0ef6958cd95 100644 --- a/htdocs/translate.class.php +++ b/htdocs/translate.class.php @@ -172,7 +172,7 @@ class Translate { if ($ligne[0] != "\n" && $ligne[0] != " " && $ligne[0] != "#") { $tab=split('=',$ligne,2); - $key=$tab[0]; $value=''; + $key=trim($tab[0]); $value=''; //print "Domain=$domain, found a string for $tab[0] with value $tab[1]
"; if (! $this->getTransFromTab($key)) {