--- mambo/branches/4.6/includes/core.classes.php 2007/11/01 18:19:40 1369 +++ mambo/branches/4.6/includes/core.classes.php 2007/11/02 23:33:13 1375 @@ -2650,7 +2650,7 @@ $head['meta'] = implode( "\n", $head['meta'] ); $my = mamboCore::get('currentUser'); - $head['mambojavascript'] = $my->id ? "" : ''; + $head['mambojavascript'] = $my->id ? '' : ''; $head['custom'] = array(); foreach ($this->_head['custom'] as $html)