Index: openacs-4/www/blank-compat.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-compat.tcl,v diff -u -N -r1.4 -r1.4.10.1 --- openacs-4/www/blank-compat.tcl 3 Dec 2007 20:29:30 -0000 1.4 +++ openacs-4/www/blank-compat.tcl 16 Oct 2013 10:03:11 -0000 1.4.10.1 @@ -8,7 +8,7 @@ $Id$ } -if { [template::util::is_nil title] } { +if { ![info exists title] } { set title [ad_conn instance_name] }