Utilisation de la fonction “Remplacer” de Geany :
""(.+?)""
→ \1
\[\[([^ ]+)
→ [[\1|
%%((?:.|\n)+?)%%
→ <code>\1</code>
##(.+?)##
→ '' \1 ''
C'est sûrement un problème de compatibilité avec php en version 5.4 et +. Voir ci-dessous.
handlers/page/edit.php
formatters/wakka.php
wakka.php
htmlspecialchars
, ENT_COMPAT | ENT_HTML401,'ISO-8859-1'
htmlspecialchars($ma_variable, ENT_COMPAT | ENT_HTML401,'ISO-8859-1')
Bien entendu $ma_variable
aura un nom différent.