diff -r 0e6478521004 -r 0eca1498a77b includes/functions.php --- a/includes/functions.php Sat Nov 03 07:20:32 2007 -0400 +++ b/includes/functions.php Sat Nov 03 07:30:11 2007 -0400 @@ -2827,6 +2827,8 @@ { $js =& $jscript[2][$i]; + // echo('
' . "-----------------------------------------------------------------------------\n" . htmlspecialchars($js) . '
'); + // for line optimization, explode it $particles = explode("\n", $js);