diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-12-11 01:21:07 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-12-11 01:21:07 +0100 |
commit | ff01f55db8c733c3730eb9055adb52fb5507feb3 (patch) | |
tree | efb85327e670230b55a87a37f0f0b2fb9d8bf6f7 /paste/include | |
parent | 152a10e8cc84071f5e5e4e067b9261e2857d8b20 (diff) | |
download | rafb-nopaste-ff01f55db8c733c3730eb9055adb52fb5507feb3.tar.gz rafb-nopaste-ff01f55db8c733c3730eb9055adb52fb5507feb3.tar.xz rafb-nopaste-ff01f55db8c733c3730eb9055adb52fb5507feb3.zip |
fixed typo
Diffstat (limited to 'paste/include')
-rw-r--r-- | paste/include/pastify.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/include/pastify.inc b/paste/include/pastify.inc index bb3d2f9..d106da6 100644 --- a/paste/include/pastify.inc +++ b/paste/include/pastify.inc @@ -49,7 +49,7 @@ function PastifyText($text, $language, $desc) # Do the actual syntax highlighting $geshi = new GeSHi($text, $language); - $output = $geshi->parse_code(); + $output = $geshi->parseCode(); $html = <<<EOH <html> |