Index: openacs.org-dev/www/templates/widgets/postings.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/www/templates/widgets/postings.tcl,v diff -u -r1.9 -r1.10 --- openacs.org-dev/www/templates/widgets/postings.tcl 8 Nov 2002 01:28:56 -0000 1.9 +++ openacs.org-dev/www/templates/widgets/postings.tcl 2 Feb 2003 00:01:28 -0000 1.10 @@ -40,6 +40,7 @@ # insert spaces into words that are longer than 20 characters. otherwise # the layout would barf (box becomes too wide because of non-breaking text). regsub -all {(\S{15}?)} $subject {\1 } subject + set subject [ad_quotehtml $subject] }