Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 29 Jul 2008 22:04:14 -0000 1.16 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 4 Mar 2010 19:51:34 -0000 1.17 @@ -541,7 +541,7 @@ variable ::template::body_scripts template::multirow create body_script type src charset defer content if {[info exists body_scripts]} { - foreach {type src charset script defer} $body_scripts { + foreach {type src charset defer content} $body_scripts { template::multirow append body_script \ $type \ $src \