Index: openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 5 Dec 2017 15:37:18 -0000 1.24 +++ openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 25 Apr 2018 19:23:26 -0000 1.25 @@ -142,7 +142,7 @@ } { set sorted_list [lsort -dictionary $the_list] - set new_list [list] + set new_list {} set old_element "XXinitial_conditionXX" foreach list_element $sorted_list { @@ -277,7 +277,7 @@ upvar $error_num_ref error_num set error_num 0 - set errors [list] + set errors {} set processed_text ""