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.7 -r1.8 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 5 Jan 2008 14:59:07 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 5 Jan 2008 16:28:54 -0000 1.8 @@ -561,7 +561,7 @@ if {$type eq "literal"} { append header $src } else { - set header [template::adp_include $src $params] + append header [template::adp_include $src $params] } } unset headers