From 9c5e52a400a85b718bdcdf76dc9ae433c1eca814 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 25 May 1999 02:08:59 +0000 Subject: Oops; fixed stupid typo. --- showattachment.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}; -- cgit v1.2.1