There's a bug on line 124 of quicktags.module
drupal_set_html_head(drupal_add_css($stylesheet));

This causes the word 'Array' on the header of my node pages. It should be just

drupal_add_css($stylesheet);

Comments

reikiman’s picture

Yup, making the above change makes the 'Array Array Array' no longer be printed at the top of the page.

tcblack’s picture

Assigned: Unassigned » tcblack
Status: Needs review » Closed (duplicate)

I am marking this as a duplicate of http://drupal.org/node/198326 where a proper patch has been supplied.