diff --git a/core/html_api.php b/core/html_api.php index b13674071d..9ccf64cde8 100644 --- a/core/html_api.php +++ b/core/html_api.php @@ -350,7 +350,7 @@ function html_css() { } # fix for NS 4.x css - echo "\t", '', "\n"; } @@ -397,7 +397,7 @@ function html_meta_redirect( $p_url, $p_time = null, $p_sanitize = true ) { function html_head_javascript() { if( ON == config_get( 'use_javascript' ) ) { html_javascript_link( 'common.js' ); - echo ''; + echo ''; html_javascript_link( 'ajax.js' ); global $g_enable_projax;