Index: openacs-4/packages/forums/lib/message/attachment-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/attachment-list.tcl,v diff -u -N -r1.8.2.8 -r1.8.2.9 --- openacs-4/packages/forums/lib/message/attachment-list.tcl 12 Jul 2019 15:57:49 -0000 1.8.2.8 +++ openacs-4/packages/forums/lib/message/attachment-list.tcl 12 Jul 2019 16:00:30 -0000 1.8.2.9 @@ -8,6 +8,7 @@ {preview:boolean 0} {message} {bgcolor "#ffffff"} + {alt_template:token ""} } # @@ -75,7 +76,7 @@ set attachment_graphic [attachments::graphic_url] -if {[info exists alt_template] && $alt_template ne ""} { +if {$alt_template ne ""} { ad_return_template $alt_template }