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.108 -r1.109 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 8 Jun 2007 12:04:14 -0000 1.108 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 11 Jun 2007 22:09:10 -0000 1.109 @@ -483,7 +483,7 @@ set html "

Error in includelet '$page_name' $errorMsg\

$::errorInfo
\n" } - + #my log "--include portlet returns $html" return $html } else { return "

Error: includelet '$page_name' unknown

\n" @@ -524,6 +524,7 @@ # We have to change this back regsub -all {([^\\])"} $arg "\\1\"" arg set html [my include_portlet $arg] + #my log "--include portlet returns $html" return ${ch}$html } } @@ -615,6 +616,7 @@ append content [string range $l 1 end] \n set l " " } + #my log "--substitute_markup returns $content" return $content }