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.4 -r1.5 --- openacs.org-dev/www/templates/widgets/postings.tcl 15 Aug 2002 02:15:18 -0000 1.4 +++ openacs.org-dev/www/templates/widgets/postings.tcl 20 Sep 2002 00:46:58 -0000 1.5 @@ -17,7 +17,7 @@ select fm.message_id, fm.forum_id, forums_forum__name(fm.forum_id) as forum_name, - fm.subject as title + fm.subject from (select message_id, forum_id, @@ -33,4 +33,6 @@ --and ff.package_id = 3928 and ff.enabled_p='t' order by forum_name -" +" { + regsub -all {/} $subject { / } subject +}