diff --git a/ecrire/inc_texte.php3 b/ecrire/inc_texte.php3 index f5f6a826d8ba74b5f8fea2d9b22e772591dc57d8..5793657460a259f8bc060d7201039629332fb403 100644 --- a/ecrire/inc_texte.php3 +++ b/ecrire/inc_texte.php3 @@ -200,7 +200,7 @@ function echappe_html($letexte, $source, $no_transform=false) { // Gestion du TeX if (!(strpos($letexte, "<math>") === false)) { include_ecrire("inc_math.php3"); - $letexte = traiter_math($letexte, &$les_echap, &$num_echap, $source); + $letexte = traiter_math($letexte, $les_echap, $num_echap, $source); } //