]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_html.c
Improve <table> syntax:
[mandoc.git] / man_html.c
index 777ffa631cf6dd77b93f9842709bca40c92d68a7..9151e4c7505eafaebe85ecf21557bef15f6b63f5 100644 (file)
@@ -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 <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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");