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.5 -r1.6 --- openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 16 Sep 2002 10:17:12 -0000 1.5 +++ openacs-4/packages/general-comments/tcl/general-comments-procs.tcl 7 Nov 2002 08:32:48 -0000 1.6 @@ -135,14 +135,14 @@ append attachments_html "
  • $label\n" } if { ![empty_string_p $attachments_html] } { - append html "
    Attachments
    \n\n" + append html "
    [_ general-comments.Attachments]
    \n\n" } else { append html "

    " } } - append html "

    -- $author on $pretty_date2 (view details)

    \n" + append html "

    -- $author [_ general-comments.on] $pretty_date2 ([_ general-comments.view_details])

    \n" } else { - append html "
  • $title by $author on $pretty_date
    \n" + append html "
  • $title [_ general-comments.by] $author [_ general-comments.on] $pretty_date
    \n" } return $html @@ -265,6 +265,3 @@ } } - - -