jacques Thu Feb 10 07:23:32 2005 EDT
Modified files: /livedocs livedoc_funcs.php Log: Committing http://www.powertrip.co.za/livedocs/viewpatch.php?patch=6 http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.25&r2=1.26&ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.25 livedocs/livedoc_funcs.php:1.26 --- livedocs/livedoc_funcs.php:1.25 Wed Feb 9 17:48:14 2005 +++ livedocs/livedoc_funcs.php Thu Feb 10 07:23:32 2005 @@ -427,7 +427,7 @@ return ''; } -$GLOBALS['special'] = array('gt' => 1,'lt' => 1,'quot' => 1,'amp' => 1); +$GLOBALS['special'] = array('gt' => 1,'lt' => 1,'quot' => 1,'amp' => 1,'apos' => 1); function handle_include($node) {