summaryrefslogtreecommitdiffstats
path: root/showattachment.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'showattachment.cgi')
-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]};