Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 22 Oct 2006 15:33:42 -0000 1.17 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 22 Oct 2006 16:17:14 -0000 1.18 @@ -166,7 +166,7 @@ # use adp file set template_file [my query_parameter "template_file" \ [::$package_id get_parameter template_file view-default]] -my log "--T *** template_file=$template_file" + if {![regexp {^[./]} $template_file]} { set template_file /packages/xowiki/www/$template_file }