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
Comment #1
tcblack commentedyou'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
Comment #2
kalin9 commenteddoh 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.
Comment #3
tcblack commentedYou're welcome.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.