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.45.2.28 -r1.45.2.29 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 21 Dec 2021 08:12:32 -0000 1.45.2.28 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 27 Dec 2021 14:15:44 -0000 1.45.2.29 @@ -1072,7 +1072,7 @@ set message [_ $key] } set script [subst { - if (!confirm('$message')) { + if (!confirm(`$message`)) { event.preventDefault(); } }]