summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-25 04:08:59 +0200
committerterry%mozilla.org <>1999-05-25 04:08:59 +0200
commit9c5e52a400a85b718bdcdf76dc9ae433c1eca814 (patch)
treefd9b0a15a0b176afcf2dfecf86f871f629d890a3
parentb45f6a2f20fefcef0d48b1b993da250c7d01aff1 (diff)
downloadbugzilla-9c5e52a400a85b718bdcdf76dc9ae433c1eca814.tar.gz
bugzilla-9c5e52a400a85b718bdcdf76dc9ae433c1eca814.tar.xz
Oops; fixed stupid typo.
-rwxr-xr-xshowattachment.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/showattachment.cgi b/showattachment.cgi
index d80691f73..f4c3157e3 100755
--- a/showattachment.cgi
+++ b/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]};