Changeset 49382 in spip-zone
- Timestamp:
- Jul 5, 2011, 2:15:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/latexwheel/latexwheel_fonctions.php
r49330 r49382 2 2 3 3 function propre_latex($t) { 4 4 5 5 $t = echappe_html(latex_echappe_coloration($t)); 6 6 7 7 $t = appliquer_regles_wheel($t,array('latex/latex.yaml')); 8 $t = echappe_retour($t , $interdire_script);8 $t = echappe_retour($t); 9 9 10 10
Note: See TracChangeset
for help on using the changeset viewer.