Index: openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl,v diff -u -r1.48 -r1.49 --- openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl 31 Oct 2008 00:50:53 -0000 1.48 +++ openacs-4/packages/xowiki/tcl/xowiki-callback-procs.tcl 31 Oct 2008 02:01:30 -0000 1.49 @@ -504,7 +504,7 @@ if {$tidycmd ne ""} { set in_file [ns_tmpnam] ::xowiki::write_file $in_file $text - catch {exec $tidycmd -q -ashtml < $in_file 2> /dev/null} output + catch {exec $tidycmd -q -w 0 -ashtml < $in_file 2> /dev/null} output file delete $in_file #my msg o=$output regexp \n(.*)\n $output _ output