diff -r 5e8fd89c02ea -r a38876c0793c includes/functions.php --- a/includes/functions.php Sun Jun 22 18:13:59 2008 -0400 +++ b/includes/functions.php Tue Jun 24 23:37:23 2008 -0400 @@ -3053,8 +3053,8 @@ for ( $i = 0; $i < count($jscript[0]); $i++ ) { $js =& $jscript[2][$i]; - - // echo('
' . "-----------------------------------------------------------------------------\n" . htmlspecialchars($js) . '
'); + if ( empty($js) ) + continue; $js = $jsc->getClean($js);