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.10 -r1.11 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 7 Jan 2008 19:21:10 -0000 1.10 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 8 Jan 2008 10:17:58 -0000 1.11 @@ -594,7 +594,7 @@ } } -ad_proc template::head::get_header_html { +ad_proc template::get_header_html { } { Get headers as a chunk of html suitable for insertion into blank-master.adp Called only from blank-master.tcl @@ -618,7 +618,7 @@ return $header } -ad_proc template::head::get_footer_html { +ad_proc template::get_footer_html { } { Get footers as a chunk of html suitable for insertion into blank-master.adp Called only from blank-master.tcl @@ -639,5 +639,6 @@ } unset footers } + return $footer }