From c6e62f9888a3bce6f8b3f7a4ee028dbdfc01ab1f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 5 Feb 2017 18:15:39 +0000 Subject: Improve syntax: The element can only appear inside , so use . The element is optional and useless, so don't use it. Even if we would ever need or , would still be optional and useless; besides, we will likely never need or , simply because our languages don't support such functionality. --- man_html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index 777ffa63..9151e4c7 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.132 2017/01/30 20:24:02 schwarze Exp $ */ +/* $Id: man_html.c,v 1.133 2017/02/05 18:15:39 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze @@ -374,7 +374,6 @@ man_root_pre(MAN_ARGS) mandoc_asprintf(&title, "%s(%s)", man->title, man->msec); t = print_otag(h, TAG_TABLE, "c", "head"); - print_otag(h, TAG_TBODY, ""); tt = print_otag(h, TAG_TR, ""); print_otag(h, TAG_TD, "c", "head-ltitle"); -- cgit v1.2.3