Oops; fixed stupid typo.

git-svn-id: svn://10.0.0.236/trunk@32521 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org 1999-05-24 19:08:59 +00:00
parent 6d208dc683
commit fbb008de3f

View File

@ -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]};