diff --git a/dico.php b/dico.php index e673d63..6832539 100644 --- a/dico.php +++ b/dico.php @@ -35,8 +35,6 @@ function dico($longueur_max) { $definition .= " $auteur"; break; } - - $mot = $ligne[0]; $mot = str_replace("-", " ", $mot); $mot = $transliterator->transliterate($mot);