Browse Source

coquille encore

svn/root/tags/v1.5.2
cedric@yterium.com 10 years ago
parent
commit
792958976a
  1. 2
      orthotypo_fonctions.php
  2. 2
      paquet.xml

2
orthotypo_fonctions.php

@ -104,7 +104,7 @@ function orthotypo_filtre_texte_echappe($texte, $filtre, $balises='', $args=NULL
$texte = $filtre($texte);
else {
array_unshift($args,$texte);
$texte = call_user_func_array($texte, $args);
$texte = call_user_func_array($filtre, $args);
}
// deprotection des balises

2
paquet.xml

@ -1,7 +1,7 @@
<paquet
prefix="orthotypo"
categorie="edition"
version="1.2.0"
version="1.2.1"
etat="test"
compatibilite="[3.0.0;3.0.*]"
logo="prive/themes/spip/images/orthotypo-32.png"

Loading…
Cancel
Save