This commit is contained in:
terry%mozilla.org 1999-05-24 19:08:59 +00:00
Родитель 7e41fe22b1
Коммит d5bfe4939c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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