|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense | |||||||||
8:37 am GMT
GeSHi NewsHere's where you can find out all the latest news about GeSHi - new releases, bug fixes and general errata. Minor Bugfix11/10/2005Wouldn't you believe it? GeSHi gets sourceforged and there's a glaring bug in 1.1.0 :p. If you try and highlight something with an empty string in it, highlighting breaks. You can fix this, by going to the file geshi/classes/class.geshistringcontext.php and changing line 105 to read: $pos = (false !== $pos && $endpos['pos'] === $pos) ? $pos : strlen($code); It will be fixed in the first alpha of 1.1.1. Thanks to sourceforge for the front page plug! |