summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index cd63bcc55..c84d358a8 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -115,7 +115,6 @@ function drupal_set_html_head($data = NULL) {
*/
function drupal_get_html_head() {
$output = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n";
- drupal_add_css('misc/drupal.css', 'core');
return $output . drupal_set_html_head();
}