Index: openacs-4/packages/acs-tcl/tcl/defs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/defs-procs.tcl,v diff -u -r1.33 -r1.34 --- openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 25 Sep 2003 12:01:39 -0000 1.33 +++ openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 26 Sep 2003 22:50:41 -0000 1.34 @@ -485,8 +485,8 @@ Title and explanation is optional. If neither is specified, then a default "Permission Denied" message will be displayed. } { - if [template::util::is_nil title] && \ - [template::util::is_nil explanation] { + if { [template::util::is_nil title] + && [template::util::is_nil explanation] } { set title "Permission Denied" set explanation "Sorry, you haven't been given access to this area." }