Index: openacs-4/packages/acs-lang/www/doc/i18n-design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/i18n-design.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-lang/www/doc/i18n-design.html 29 Dec 2008 22:10:31 -0000 1.2 +++ openacs-4/packages/acs-lang/www/doc/i18n-design.html 27 Oct 2014 16:39:40 -0000 1.3 @@ -787,9 +787,9 @@ #ns_log debug "adp_parse_ad_conn_file => file '[file root [ad_conn file]]'" set parsed_template [template::adp_parse [file root [ad_conn file]] {}] db_release_unused_handles - if {![empty_string_p $parsed_template]} { + if { $parsed_template ne ""} { set content_type [ns_set iget [ns_conn outputheaders] "content-type"] - if { $content_type == "" } { + if { $content_type eq "" } { set content_type [ns_guesstype [ad_conn file]] } else { ns_set idelkey [ns_conn outputheaders] "content-type"