=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.79 retrieving revision 1.80 diff -u -p -r1.79 -r1.80 --- mandoc/man_html.c 2011/07/21 11:34:53 1.79 +++ mandoc/man_html.c 2011/07/23 22:57:13 1.80 @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.79 2011/07/21 11:34:53 kristaps Exp $ */ +/* $Id: man_html.c,v 1.80 2011/07/23 22:57:13 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -201,7 +201,6 @@ print_man_node(MAN_ARGS) { int child; struct tag *t; - struct htmlpair tag; child = 1; t = h->tags.head; @@ -229,9 +228,7 @@ print_man_node(MAN_ARGS) print_text(h, n->string); return; case (MAN_EQN): - PAIR_CLASS_INIT(&tag, "eqn"); - /*print_otag(h, TAG_SPAN, 1, &tag); - print_text(h, n->eqn->data);*/ + print_eqn(h, n->eqn); break; case (MAN_TBL): /*