summaryrefslogtreecommitdiffstats
path: root/paste
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-12-11 01:21:07 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2009-12-11 01:21:07 +0100
commitff01f55db8c733c3730eb9055adb52fb5507feb3 (patch)
treeefb85327e670230b55a87a37f0f0b2fb9d8bf6f7 /paste
parent152a10e8cc84071f5e5e4e067b9261e2857d8b20 (diff)
downloadrafb-nopaste-ff01f55db8c733c3730eb9055adb52fb5507feb3.tar.gz
rafb-nopaste-ff01f55db8c733c3730eb9055adb52fb5507feb3.tar.xz
rafb-nopaste-ff01f55db8c733c3730eb9055adb52fb5507feb3.zip
fixed typo
Diffstat (limited to 'paste')
-rw-r--r--paste/include/pastify.inc2
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>