Changeset 107599 in spip-zone for _plugins_/coloration_code/trunk/public/format_html_geshi.php
- Timestamp:
- Nov 16, 2017, 6:24:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/coloration_code/trunk/public/format_html_geshi.php
r102955 r107599 243 243 if (strpos($file, '#')===false) 244 244 $t = $file ? ( 245 format_geshi_spip(" (", 'inclure')245 format_geshi_spip("{", 'inclure') 246 246 . format_geshi_spip($file, 'inclure_fichier') 247 . format_geshi_spip(" )", 'inclure')) : "" ;247 . format_geshi_spip("}", 'inclure')) : "" ; 248 248 else { 249 249 $t = _format_parametre_html_geshi("fond=" . $file);
Note: See TracChangeset
for help on using the changeset viewer.