Index: openacs-4/packages/sloan-bboard/www/message.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/sloan-bboard/www/message.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/sloan-bboard/www/message.adp 15 Feb 2002 21:27:07 -0000 1.1 +++ openacs-4/packages/sloan-bboard/www/message.adp 23 Feb 2002 16:23:52 -0000 1.2 @@ -21,7 +21,7 @@

Message:

-" } if {$replies(thread_depth) < $prev_depth} { - template::adp_puts "
" + for {set i $prev_depth} {$i > $replies(thread_depth)} {incr i -1} { + template::adp_puts "" + } } set prev_depth $replies(thread_depth) %> -
- -
+ forum_id="@forum_id@" user_id=@replies.user_id@ reply_p=@replies_p@> -
+
+<% +# We have to close the blockquotes (ben) +for {set i $prev_depth} {$i > 0} {incr i -1} { + template::adp_puts "" +} +%>