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 -N -r1.4 -r1.4.2.1 --- openacs-4/packages/xotcl-core/tcl/html-procs.tcl 7 Aug 2017 23:48:30 -0000 1.4 +++ openacs-4/packages/xotcl-core/tcl/html-procs.tcl 10 Mar 2019 22:13:52 -0000 1.4.2.1 @@ -4,7 +4,7 @@ if {[info commands ::html::a] eq ""} { namespace eval ::html { - # Declare Tcl commands for building HTML elements. This is an complete + # Declare Tcl commands for building HTML elements. This is a complete # set taken from W3C on http://www.w3.org/TR/html4/index/elements.html #