[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / ecrire / inc / math.php
old mode 100644 (file)
new mode 100755 (executable)
index a134c57..ce841dc
@@ -60,7 +60,7 @@ function produire_image_math($tex) {
 
                // MathML
                if ($GLOBALS['traiter_math'] == 'mathml') {
-                       return join(file("$fichier"), "");
+                       return implode("", file($fichier));
                } // TeX
                else {
                        list(, , , $size) = @getimagesize($fichier);