I'm a chimp; I didn't test the last change, and left out the blank line after

the headers.
This commit is contained in:
jwz 1998-06-15 17:15:35 +00:00
Родитель f0b5d6217a
Коммит adbc2965ad
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1,4 +1,4 @@
# $Id: Common.pm,v 1.2 1998-06-15 05:08:14 jwz Exp $
# $Id: Common.pm,v 1.3 1998-06-15 17:15:35 jwz Exp $
package LXR::Common;
@ -313,6 +313,7 @@ sub init {
print("\n");
} else {
print("Content-Type: text/html; charset=iso-8859-1\n");
print("\n");
}