Please see this comment:

http://drupal.org/node/272775#comment-904302

I made the suggested fix, and now I can use yui editor.

Thanks,
Ben Kinsey

CommentFileSizeAuthor
#1 alina_closure.patch616 bytesmrtoner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrtoner’s picture

Assigned: Unassigned » mrtoner
Status: Active » Needs review
FileSize
616 bytes

This patch adds the closure variable needed to load dynamic Javascript and moves the scripts variable between <head>...</head>.

peterx’s picture

Status: Needs review » Reviewed & tested by the community

I tested the moving of scripts to the header at http://d-theme.com/alina and it works. Fixing the link, as described at http://d-theme.com/alina, plus the addition of the following two lines would make the theme pass XHTML 1.0 Strict.

<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="type" />