Index: openacs-4/packages/xowf/xowf.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/xowf.info,v diff -u -N -r1.12.2.2 -r1.12.2.3 --- openacs-4/packages/xowf/xowf.info 15 Oct 2019 21:13:24 -0000 1.12.2.2 +++ openacs-4/packages/xowf/xowf.info 18 Oct 2019 08:31:48 -0000 1.12.2.3 @@ -10,15 +10,15 @@ t xowf - + Gustaf Neumann XoWiki Content Flow - an XoWiki based workflow system implementing state-based behavior of wiki pages and forms 2017-08-06 WU Vienna 2 - - + + Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.4 -r1.7.2.5 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 15 Oct 2019 21:24:26 -0000 1.7.2.4 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 18 Oct 2019 08:31:48 -0000 1.7.2.5 @@ -520,7 +520,7 @@ #:log "[:name] auto_correct ${:auto_correct}" if {${:auto_correct}} { - set autoCorrectSpec {{correct_when {text,label=#xowf.correct_when#}}} + set autoCorrectSpec {{correct_when {correct_when,label=#xowf.correct_when#}}} } else { set autoCorrectSpec "" }