Index: openacs-4/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-master.tcl,v diff -u -r1.20.2.2 -r1.20.2.3 --- openacs-4/www/blank-master.tcl 2 Mar 2007 16:12:35 -0000 1.20.2.2 +++ openacs-4/www/blank-master.tcl 12 Mar 2007 20:52:57 -0000 1.20.2.3 @@ -12,7 +12,6 @@ The document output can be customised by supplying the following variables: @property doc(type) The declared xml DOCTYPE. - @property doc(xmlns) The declared xml namespace. @property doc(charset) The document character set. @property body(id) The id attribute of the body tag. @property body(class) The class of the body tag. @@ -51,10 +50,6 @@ set doc(type) {} } -if {[template::util::is_nil doc(xmlns)]} { - set doc(xmlns) {http://www.w3.org/1999/xhtml} -} - if {[template::util::is_nil doc(charset)]} { set doc(charset) [ad_conn charset] }