From ff01f55db8c733c3730eb9055adb52fb5507feb3 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 11 Dec 2009 01:21:07 +0100 Subject: fixed typo --- paste/include/pastify.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/include') 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 = << -- cgit v1.2.3