Index: openacs-4/packages/xotcl-core/tcl/html-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/html-procs.tcl,v
diff -u -r1.4.2.1 -r1.4.2.2
--- openacs-4/packages/xotcl-core/tcl/html-procs.tcl 10 Mar 2019 22:13:52 -0000 1.4.2.1
+++ openacs-4/packages/xotcl-core/tcl/html-procs.tcl 31 Jan 2020 18:04:45 -0000 1.4.2.2
@@ -1,6 +1,18 @@
package require tdom
-proc require_html_procs {} {
+ad_proc -public -deprecated require_html_procs {} {
+ Deprecated: polluting the root namespace.
+
+ @see ::xo::require_html_procs
+} {
+ ::xo::require_html_procs
+}
+
+ad_proc -public ::xo::require_html_procs {} {
+
+ Declare Tcl commands for building HTML elements
+
+} {
if {[info commands ::html::a] eq ""} {
namespace eval ::html {