Patch by Jake <jake@acutex.net>.
r=myk@mozilla.org, no second review needed.
my $attachid = FetchOneColumn();
# Insert a comment about the new attachment into the database.
- my $comment = "Created an attachment (id=$attachid): $::FORM{'description'}\n";
+ my $comment = "Created an attachment (id=$attachid)\n$::FORM{'description'}\n";
$comment .= ("\n" . $::FORM{'comment'}) if $::FORM{'comment'};
use Text::Wrap;