Index: openacs-4/packages/notes/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/index.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/notes/www/index.tcl 5 Sep 2002 11:04:56 -0000 1.2 +++ openacs-4/packages/notes/www/index.tcl 16 Jan 2003 13:51:28 -0000 1.3 @@ -39,6 +39,10 @@ and o.context_id = :package_id and acs_permission.permission_p(note_id, :user_id, 'read') = 't' order by creation_date +} { + set title [ad_quotehtml $title] + set body [ad_text_to_html $body] } + ad_return_template