Index: openacs-4/packages/xowiki/www/prototypes/weblog-portlet.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/prototypes/Attic/weblog-portlet.page,v diff -u -r1.13 -r1.14 --- openacs-4/packages/xowiki/www/prototypes/weblog-portlet.page 26 Mar 2008 00:47:34 -0000 1.13 +++ openacs-4/packages/xowiki/www/prototypes/weblog-portlet.page 25 Apr 2008 10:03:08 -0000 1.14 @@ -41,6 +41,12 @@ "$pretty_date

" \ $description $more $my_footer \n\ "" + if {[my do_substitutions] == 0} { + # the including weblog will do otherwise the substitutions + set content [string map [list "\{\{" "\\\{\{"] $content] + } + #my log "--W entry done [self] [my info class] subst=[my do_substitutions] [my name]" + return $content } #