Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -N -r1.28.2.1 -r1.28.2.2 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 10 Mar 2019 21:55:22 -0000 1.28.2.1 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 9 Apr 2019 17:04:24 -0000 1.28.2.2 @@ -454,7 +454,7 @@ ns_log error "Error in workflow definition: $errorMsg\n$::errorInfo\n\ ===== default_definition: [:default_definition] \n\ ===== workflow_definition: $workflow_definition" - :msg "Error in workflow definition: $errorMsg" + :msg -html t "Error in workflow definition: [ns_quotehtml $errorMsg]" } if {${:all_roles}} { #:msg want.to.create=[array names :handled_roles] @@ -1445,7 +1445,7 @@ [:package_id] set __evaluation_error "$error\n\n$::errorInfo" incr validation_errors } else { - :msg -html 1 "$error
$::errorInfo
" + :msg -html 1 "$error
[ns_quotehtml $::errorInfo]
" } ad_log error "--WF: evaluation $error\n$::errorInfo" }