Index: openacs-4/packages/forums/www/message-attachment-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/Attic/message-attachment-chunk.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/forums/www/message-attachment-chunk.tcl 11 Jul 2002 12:49:26 -0000 1.2 +++ openacs-4/packages/forums/www/message-attachment-chunk.tcl 16 Jul 2002 15:17:28 -0000 1.3 @@ -10,6 +10,10 @@ ad_return_complaint 1 "need to provide a message to display attachments!" } +if {![exists_and_not_null bgcolor]} { + set bgcolor "#ffffff" +} + # get the attachments set attachments [attachments::get_attachments -object_id $message(message_id)]