From 2f28cc0bcc9cd1425156f0fbde5344bcfacb9b28 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 5 Jun 2005 19:10:53 +0000 Subject: [PATCH] - #24278: Emit correct XHTML tag. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.inc b/includes/common.inc index 0fc380eef3a..8648f862667 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1986,7 +1986,7 @@ if (version_compare(phpversion(), '5.0') < 0) { * Add a tag to the page's HEAD. */ function drupal_add_link($attributes) { - drupal_set_html_head('\n"); + drupal_set_html_head('\n"); }