- #24278: Emit correct XHTML <link> tag.
parent
78cb173247
commit
2f28cc0bcc
|
@ -1986,7 +1986,7 @@ if (version_compare(phpversion(), '5.0') < 0) {
|
||||||
* Add a <link> tag to the page's HEAD.
|
* Add a <link> tag to the page's HEAD.
|
||||||
*/
|
*/
|
||||||
function drupal_add_link($attributes) {
|
function drupal_add_link($attributes) {
|
||||||
drupal_set_html_head('<link'. drupal_attributes($attributes) .">\n");
|
drupal_set_html_head('<link'. drupal_attributes($attributes) ." />\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue