diff --git a/modules/node.module b/modules/node.module index 2c5202654bfef7df4f2d403b7d83ff409bb80055..cbef5e4029349af893666566f665bcce1ae73a0c 100644 --- a/modules/node.module +++ b/modules/node.module @@ -1495,7 +1495,7 @@ function node_page_default() { $result = pager_query('SELECT nid, type FROM {node} WHERE promote = 1 AND status = 1 ORDER BY static DESC, created DESC', variable_get('default_nodes_main', 10)); if (db_num_rows($result)) { - drupal_set_html_head(''); + drupal_set_html_head(''); $output = ''; while ($node = db_fetch_object($result)) {