Changeset 107601 in spip-zone
- Timestamp:
- Nov 16, 2017, 6:59:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/coloration_code/trunk/public/format_html_geshi.php
r107599 r107601 239 239 * 240 240 **/ 241 function format_inclure_html_geshi ($file, $args, $prof) 242 { 243 if (strpos($file, '#')===false) 244 $t = $file ? ( 245 format_geshi_spip("{", 'inclure') 246 . format_geshi_spip($file, 'inclure_fichier') 247 . format_geshi_spip("}", 'inclure')) : "" ; 248 else { 249 $t = _format_parametre_html_geshi("fond=" . $file); 250 } 241 function format_inclure_html_geshi ($file, $args, $prof) { 242 $t = _format_parametre_html_geshi("fond=" . $file); 251 243 $args = _format_parametre_html_geshi($args, false); 252 244
Note: See TracChangeset
for help on using the changeset viewer.