commit 833d0bbfb66fe49683ba614e30251314245eb724 Author: Ciprian Dorin Craciun Date: Tue Mar 18 17:35:25 2008 +0200 Fixed gopher rendering bug. diff --git a/WWW/Library/Implementation/HTGopher.c b/WWW/Library/Implementation/HTGopher.c index b9bdeb4..f9e5a6e 100644 --- a/WWW/Library/Implementation/HTGopher.c +++ b/WWW/Library/Implementation/HTGopher.c @@ -244,6 +244,7 @@ static void parse_menu(const char *arg GCC_UNUSED, END(HTML_H1); PUTC('\n'); START(HTML_PRE); + PUTC('\n'); while ((ich = NEXT_CHAR) != EOF) { if (interrupted_in_htgetcharacter) {