Index: openacs-4/packages/static-portlet/www/static-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/static-portlet.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/static-portlet/www/static-portlet.tcl 20 Apr 2004 21:13:56 -0000 1.7 +++ openacs-4/packages/static-portlet/www/static-portlet.tcl 29 Jun 2004 10:18:48 -0000 1.8 @@ -30,7 +30,7 @@ set success_p 0 set success_p [db_0or1row select_content { - select content, pretty_name + select body as content, pretty_name from static_portal_content where content_id = :content_id }]