diff options
-rwxr-xr-x | attachment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi index 8792b4aec..d908a5ebd 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -485,7 +485,7 @@ sub insert 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; |