]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops; fixed stupid typo.
authorterry%mozilla.org <>
Tue, 25 May 1999 02:08:59 +0000 (02:08 +0000)
committerterry%mozilla.org <>
Tue, 25 May 1999 02:08:59 +0000 (02:08 +0000)
showattachment.cgi

index d80691f73f5c399a56079695997023d31fd555eb..f4c3157e3341152c426f274dffbd42a695dc4a20 100755 (executable)
@@ -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]};