variable inutile

This commit is contained in:
Adrien MALINGREY 2025-05-08 04:50:30 +02:00
parent cb054036ad
commit ffe308ba3e

View File

@ -35,8 +35,6 @@ function dico($longueur_max) {
$definition .= " <small><em>$auteur</em></small>"; $definition .= " <small><em>$auteur</em></small>";
break; break;
} }
$mot = $ligne[0];
$mot = str_replace("-", " ", $mot); $mot = str_replace("-", " ", $mot);
$mot = $transliterator->transliterate($mot); $mot = $transliterator->transliterate($mot);