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 -N -r1.14 -r1.14.4.1 --- openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 1 Nov 2003 08:45:39 -0000 1.14 +++ openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 27 Aug 2004 00:04:59 -0000 1.14.4.1 @@ -816,7 +816,7 @@ append sp_scripts "\n$ascript" } set file_mtime [clock format [file mtime $file]] - set result [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]] + set result [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]] ns_return 200 text/html $result } else { ns_return 200 text/html $body