summaryrefslogtreecommitdiff
path: root/WWW/Library/Implementation/HTGopher.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTGopher.c')
-rw-r--r--WWW/Library/Implementation/HTGopher.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTGopher.c b/WWW/Library/Implementation/HTGopher.c
index 0314179..ebbd817 100644
--- a/WWW/Library/Implementation/HTGopher.c
+++ b/WWW/Library/Implementation/HTGopher.c
@@ -253,6 +253,8 @@ static void parse_menu(const char *arg GCC_UNUSED,
START(HTML_BODY);
PUTC('\n');
+ /* removed as it's bloody annoying */
+ /*
START(HTML_H1);
if ((title = HTAnchor_title(anAnchor)))
PUTS(title);
@@ -260,6 +262,7 @@ static void parse_menu(const char *arg GCC_UNUSED,
PUTS(GOPHER_MENU_TITLE);
END(HTML_H1);
PUTC('\n');
+ */
START(HTML_PRE);
PUTC('\n'); /* newline after HTML_PRE forces split-line */
this_type = GOPHER_ERROR;