Index: openacs-4/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-master.tcl,v diff -u -N -r1.52 -r1.52.4.1 --- openacs-4/www/blank-master.tcl 17 Oct 2010 21:06:09 -0000 1.52 +++ openacs-4/www/blank-master.tcl 16 Oct 2013 10:03:12 -0000 1.52.4.1 @@ -59,7 +59,7 @@ $Id$ } -if {[template::util::is_nil doc(type)]} { +if {![info exists doc(type)]} { set doc(type) {} } @@ -199,7 +199,7 @@ # AG: Markup in tags doesn't render well. set doc(title) [ns_striphtml $doc(title)] -if {[template::util::is_nil doc(charset)]} { +if {![info exists doc(charset)]} { set doc(charset) [ns_config ns/parameters OutputCharset [ad_conn charset]] }