=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.204 retrieving revision 1.205 diff -u -p -r1.204 -r1.205 --- mandoc/mdoc_html.c 2014/09/27 09:20:03 1.204 +++ mandoc/mdoc_html.c 2014/09/27 09:26:01 1.205 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.204 2014/09/27 09:20:03 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.205 2014/09/27 09:26:01 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -489,9 +489,6 @@ mdoc_root_post(MDOC_ARGS) PAIR_CLASS_INIT(&tag, "foot"); t = print_otag(h, TAG_TABLE, 1, &tag); - PAIR_INIT(&tag, ATTR_WIDTH, "50%"); - print_otag(h, TAG_COL, 1, &tag); - print_otag(h, TAG_COL, 1, &tag); print_otag(h, TAG_TBODY, 0, NULL); @@ -529,10 +526,6 @@ mdoc_root_pre(MDOC_ARGS) PAIR_CLASS_INIT(&tag, "head"); t = print_otag(h, TAG_TABLE, 1, &tag); - PAIR_INIT(&tag, ATTR_WIDTH, "30%"); - print_otag(h, TAG_COL, 1, &tag); - print_otag(h, TAG_COL, 1, &tag); - print_otag(h, TAG_COL, 1, &tag); print_otag(h, TAG_TBODY, 0, NULL);