]> git.pld-linux.org Git - packages/dokuwiki-plugin-odt.git/blame - geshi.patch
- up to 20100812
[packages/dokuwiki-plugin-odt.git] / geshi.patch
CommitLineData
f3037b4b
ER
1--- dokuwiki-plugin-odt-20100812/renderer.php~ 2010-09-15 12:18:41.000000000 +0300
2+++ dokuwiki-plugin-odt-20100812/renderer.php 2010-09-15 12:21:24.009399926 +0300
3@@ -892,8 +892,8 @@
4 }
5
6 // from inc/parserutils.php:p_xhtml_cached_geshi()
7- require_once(DOKU_INC . 'inc/geshi.php');
8- $geshi = new GeSHi($text, $language, DOKU_INC . 'inc/geshi');
9+ require_once '/usr/share/php/geshi.php';
10+ $geshi = new GeSHi($text, $language);
11 $geshi->set_encoding('utf-8');
12 // $geshi->enable_classes(); DO NOT WANT !
13 $geshi->set_header_type(GESHI_HEADER_PRE);
This page took 0.100929 seconds and 4 git commands to generate.