=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_html.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/mandoc/man_html.c 2011/03/07 01:35:33 1.35 +++ src/usr.bin/mandoc/man_html.c 2011/03/20 23:36:42 1.36 @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.35 2011/03/07 01:35:33 schwarze Exp $ */ +/* $Id: man_html.c,v 1.36 2011/03/20 23:36:42 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -199,6 +199,9 @@ (NULL == n->next || n->next->line > n->line)) print_otag(h, TAG_BR, 0, NULL); + return; + case (MAN_EQN): + print_text(h, n->eqn->data); return; case (MAN_TBL): /*