I have TinyMCE installed and if i go to the "edit" page i get the following errors with SGML parser. This is caused by invalid chars inside document.write

line 253 column 50 - Error: document type does not allow element "div" here
line 256 column 24 - Error: document type does not allow element "div" here
line 256 column 33 - Error: an attribute value must be a literal unless it contains only name characters
line 256 column 69 - Error: an attribute specification must start with a name or name token
line 301 column 50 - Error: document type does not allow element "div" here
line 304 column 24 - Error: document type does not allow element "div" here
line 304 column 33 - Error: an attribute value must be a literal unless it contains only name characters
line 304 column 86 - Error: an attribute specification must start with a name or name token

Please take a look - how you are able to fix this bug: http://drupal.org/node/104793

Comments

hass’s picture

Version: 4.7.x-1.x-dev » master

drupal_to_js() is the solution...

hass’s picture

Version: master » 5.x-1.x-dev

bump up.

hass’s picture

Status: Active » Closed (won't fix)