Index: openacs-4/packages/xml-rpc/tcl/xml-rpc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xml-rpc/tcl/xml-rpc-procs.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/xml-rpc/tcl/xml-rpc-procs.tcl 25 Jul 2018 17:02:20 -0000 1.16 +++ openacs-4/packages/xml-rpc/tcl/xml-rpc-procs.tcl 11 Mar 2019 19:38:04 -0000 1.17 @@ -153,7 +153,7 @@ node } { Unpack the data in a value element. Most value elements will have a - subnode describing the datatype (e.g <string> or <int>). If no + subnode describing the datatype (e.g. <string> or <int>). If no subnode is present, then we should assume the value is a string. @param node <value> node that we're decoding