diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-09-29 23:36:22 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-09-29 23:36:22 +0200 |
commit | 10b92f9712fe85677a4aa84a644c6e90843f5848 (patch) | |
tree | a964aab10a7689071e0468ae2b6695903621491d /WWW/Library/Implementation/HTGopher.c | |
parent | f03851864954492f938a8320c01f0fe118ccf322 (diff) | |
download | lynx-10b92f9712fe85677a4aa84a644c6e90843f5848.tar.gz lynx-10b92f9712fe85677a4aa84a644c6e90843f5848.tar.bz2 lynx-10b92f9712fe85677a4aa84a644c6e90843f5848.zip |
update
Diffstat (limited to 'WWW/Library/Implementation/HTGopher.c')
-rw-r--r-- | WWW/Library/Implementation/HTGopher.c | 3 |
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; |