Index: openacs-4/packages/general-comments/tcl/general-comments-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/tcl/general-comments-procs.tcl,v diff -u -r1.22 -r1.22.2.1 --- openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 27 Jun 2015 21:10:12 -0000 1.22 +++ openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 18 Sep 2015 08:07:33 -0000 1.22.2.1 @@ -208,17 +208,17 @@ append attachments_html "
  • $title " if { $mime_type eq "image_gif" || $mime_type eq "image/jpeg" } { - append attachments_html "($name)\n" + append attachments_html "($name)\n" } else { - append attachments_html "($name)\n" + append attachments_html "($name)\n" } } db_foreach get_links " select i.item_id, e.label, e.url from cr_items i, cr_extlinks e where i.parent_id = :comment_id and e.extlink_id = i.item_id" { - append attachments_html "
  • $label\n" + append attachments_html "
  • $label\n" } if { $attachments_html ne "" } { append html "
    [_ general-comments.Attachments]
    \n\n" @@ -231,7 +231,7 @@ }] } else { append html [subst { -
  • $title +
  • $title }] if {$print_user_info_p} { append html [subst {