Index: openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 10 Jan 2007 21:22:11 -0000 1.11 +++ openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 7 Aug 2017 23:47:59 -0000 1.12 @@ -107,3 +107,9 @@ proc xml_node_get_children_by_select {parent_node xpath} { return [$parent_node selectNodes $xpath] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: