Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.208 -r1.209 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 29 Feb 2008 23:16:26 -0000 1.208 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 1 Mar 2008 18:36:01 -0000 1.209 @@ -497,7 +497,7 @@ Page instproc error_in_includelet {arg msg} { my instvar name - return [my error_during_render "[_ xowiki.error_in_includelet]
\n$msg"] + return [my error_during_render "[_ xowiki.error_in_includelet]
\n$msg"] } Page ad_instproc resolve_included_page_name {page_name} { @@ -903,7 +903,7 @@ return [my substitute_markup [my set text]] } Page instproc set_content {text} { - my text [list [string map [list >> "\n
>>" << "<<\n"] \ + my text [list [string map [list >> "\n>>" << "<<\n"] \ [string trim $text " \n"]] text/html] }