Changeset 112568 in spip-zone
- Timestamp:
- Nov 29, 2018, 9:59:44 AM (2 years ago)
- Location:
- _plugins_/coloration_code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/coloration_code/trunk/coloration_code_fonctions.php
r111694 r112568 176 176 // traiter les <cadre> sans class par precode pour ne pas générer de <textarea> 177 177 if ($regs[1] == "cadre" && defined('_DIR_PLUGIN_PRECODE') && _DIR_PLUGIN_PRECODE) { 178 return precode_balisage_code('class=""', trim( $regs[3]));178 return precode_balisage_code('class=""', trim(entites_html($regs[3]))); 179 179 } 180 180 } -
_plugins_/coloration_code/trunk/paquet.xml
r111694 r112568 2 2 prefix="coloration_code" 3 3 categorie="edition" 4 version="0.10. 2"4 version="0.10.3" 5 5 etat="stable" 6 6 compatibilite="[3.2.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.