Index: openacs-4/packages/ajaxhelper/www/doc/default-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/default-master.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/ajaxhelper/www/doc/default-master.tcl 8 Sep 2013 08:11:58 -0000 1.1.2.1 +++ openacs-4/packages/ajaxhelper/www/doc/default-master.tcl 16 Oct 2013 10:43:27 -0000 1.1.2.2 @@ -17,7 +17,7 @@ set system_url [ad_url] } -if {[template::util::is_nil title]} { +if {![info exists title]} { # TODO: decide how best to set the lang attribute for the title set title [ad_conn instance_name] }