Comments

duellj’s picture

Status: Active » Needs review
StatusFileSize
new1.04 KB

Attached upgrade routine.

Test function:

function example_external_js() {
  drupal_set_html_head('<script type="text/javascript" src="http://example.com/example.js" />');
  drupal_set_html_head('<script src="http://example.com/example.js" type="text/javascript" />');
  drupal_set_html_head('<SCRIPT SRC="http://example.com/example.js" TYPE="text/javascript" />');
}
solotandem’s picture

Assigned: Unassigned » solotandem
Status: Needs review » Fixed

Implemented in next dev release. Added case with quote types reversed to example function above.

Status: Fixed » Closed (fixed)
Issue tags: -Intermediate

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