Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 3 Jan 2007 23:13:39 -0000 1.28 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 5 Jan 2007 12:11:02 -0000 1.29 @@ -214,7 +214,7 @@ set __adp_stub [acs_root_dir]/packages/xowiki/www/view-default set template_code [template::adp_compile -string $template] if {[catch {set content [template::adp_eval template_code]} errmsg]} { - ns_return 200 text/html "Error in Page $name: $errmsg
$template" + ns_return 200 text/html "Error in Page $name: $errmsg
$template" } else { ns_return 200 text/html $content } @@ -456,8 +456,8 @@ #set lines1 [split $doc1 "\n"] #set lines2 [split $doc2 "\n"] - regsub -all \n $doc1 "
" doc1 - regsub -all \n $doc2 "
" doc2 + regsub -all \n $doc1 "
" doc1 + regsub -all \n $doc2 "
" doc2 set lines1 [split $doc1 " "] set lines2 [split $doc2 " "]