=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bgplg/bgplg.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/bgplg/bgplg.c 2006/12/11 23:10:10 1.1 +++ src/usr.bin/bgplg/bgplg.c 2006/12/12 11:37:55 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: bgplg.c,v 1.1 2006/12/11 23:10:10 reyk Exp $ */ +/* $OpenBSD: bgplg.c,v 1.2 2006/12/12 11:37:55 reyk Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter @@ -251,7 +251,10 @@ printf("Content-Type: text/html\n" "Cache-Control: no-cache\n\n" - "\n" + "\n" + "\n" + "\n" "\n" "bgplg\n"); if (stat(INC_STYLE, &st) == 0) { @@ -277,7 +280,9 @@ } if ((query = lg_getenv("QUERY_STRING", &query_length)) != NULL) cmd = lg_getarg("cmd=", query, query_length); - printf("
\n" + printf( + "\n" +"
\n" "\n" "\n" "\n" + "
\n" "
\n" "
\n");
 	fflush(stdout);