Index: openacs-4/packages/ajaxhelper/www/doc/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/blank-master.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ajaxhelper/www/doc/blank-master.tcl 27 Oct 2014 16:40:53 -0000 1.5 +++ openacs-4/packages/ajaxhelper/www/doc/blank-master.tcl 3 Sep 2024 15:37:35 -0000 1.6 @@ -12,7 +12,7 @@ When using this template directly you MUST supply the following variables: - @property doc(title) The document title, ie. tag. + @property doc(title) The document title, i.e. <title /> tag. @property doc(title_lang) The language of the document title, if different from the document language. @@ -60,7 +60,7 @@ } if {![info exists doc(type)]} { - set doc(type) {<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">} + set doc(type) {<!DOCTYPE HTML>} } if {![info exists doc(title)]} {