Index: openacs-4/packages/static-pages/tcl/static-pages-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 21 May 2004 08:15:56 -0000 1.16 +++ openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 13 Jan 2005 13:58:41 -0000 1.17 @@ -839,7 +839,7 @@ set file_mtime [clock format [file mtime $file]] - set body [template::adp_parse [acs_root_dir]/[ad_parameter -package_id $package_id TemplatePath] [list body $body sp_scripts $sp_scripts title $title file_mtime $file_mtime page_id $page_id] ] + set body [template::adp_parse [acs_root_dir]/[ad_parameter -package_id $package_id TemplatePath] [list body $body sp_scripts $sp_scripts title "$title" file_mtime $file_mtime page_id $page_id] ] } ns_return 200 text/html $body }