PSR SPIP et optimisation de l'image

svn/attic/bellespuces/103720
kent1@arscenic.info 7 years ago
parent 2f24d2eb28
commit a75de81177

@ -1,8 +1,10 @@
<?php
if (!defined('_ECRIRE_INC_VERSION')) return;
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function bellespuces_pre_typo($texte) {
$texte = preg_replace('/^-\s?(?!\*|#|-)/m','-* ',$texte);
return $texte;
}
$texte = preg_replace('/^-\s?(?!\*|#|-)/m', '-* ', $texte);
return $texte;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -2,7 +2,7 @@
<nom>Belles puces</nom>
<prefix>bellespuces</prefix>
<icon>bellespuces.png</icon>
<version>0.1.5</version>
<version>0.1.6</version>
<etat>stable</etat>
<auteur>[J&#233;r&#244;me Combaz->http://conseil-recherche-innovation.net/le-cri/jerome-combaz]</auteur>
<licence>GNU/GPL</licence>

Loading…
Cancel
Save