diff --git a/mozilla/webtools/bugzilla/showattachment.cgi b/mozilla/webtools/bugzilla/showattachment.cgi index d80691f73f5..f4c3157e334 100755 --- a/mozilla/webtools/bugzilla/showattachment.cgi +++ b/mozilla/webtools/bugzilla/showattachment.cgi @@ -37,6 +37,6 @@ if (!@row) { print "Please hit back and try again.\n"; exit; } -print qq{Content-type: $row[0]"; \n\n$row[1]}; +print qq{Content-type: $row[0]\n\n$row[1]};