When loading pages with quick tags text 'Array' is output one or more times to screen at top.

I'd offer patch but looks like you've committed again since I downloaded, maybe you already fixed this. Just in case it's useful to someone else comment out drupal_set_html_head(drupal_add_css as below and replace with drupal_add_css

function theme_quicktags_textfield($element) {
static $ta_count = 0;

$path = drupal_get_path('module','quicktags');

//Add the stylesheet
$stylesheet = $path .'/quicktags.css';
//drupal_set_html_head(drupal_add_css($stylesheet));
drupal_add_css($stylesheet);

Comments

tcblack’s picture

you've already reported this and the other has also been marked as a duplicate.
http://drupal.org/node/209643
http://drupal.org/node/200706
http://drupal.org/node/198326

kalin9’s picture

doh i'm sorry i thought my browser crashed and i didn't see it under issues, so i resubmitted later. Thanks very much for this module and you quick responses.

tcblack’s picture

Status: Active » Fixed

You're welcome.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.