Closed (fixed)
Project:
Database Administration
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2006 at 12:26 UTC
Updated:
14 Jul 2012 at 23:27 UTC
I was writing this issue with in mind that there are no comments in the scriptag produced by checkoff_head() (which is a problem for xhtml). Then I remembered the drupal_add_js() function; replace checkoff_head for:
[code]
drupal_add_js('function checkoff(form,toggle){var i=0;frm=document.forms[form];len=frm.elements.length;for(i=0;i
[/code]
Comments
Comment #1
casey commentedhmm I used some some wrong markup.
Comment #2
casey commentedOww, inline is an 5.0 feature.
then it should be this for 4.7:
Comment #3
dwwcan you attach a patch for this? http://drupal.org/diffandpatch
thanks!
-derek
Comment #4
casey commented