From 175c51d9a38aa43801777db95c54f0d7abf91092 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 21 Jul 2011 11:34:53 +0000 Subject: Flip eqn into using parsed nodes. I've temporarily disabled printing these in the front-ends except for -Ttree, which will display the parsed tree. While here, fix that quoted strings aren't scanned for replacement parts. --- man_html.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index 2dfb3e16..fa0b34b3 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.78 2011/07/07 13:54:36 kristaps Exp $ */ +/* $Id: man_html.c,v 1.79 2011/07/21 11:34:53 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -230,8 +230,8 @@ print_man_node(MAN_ARGS) return; case (MAN_EQN): PAIR_CLASS_INIT(&tag, "eqn"); - print_otag(h, TAG_SPAN, 1, &tag); - print_text(h, n->eqn->data); + /*print_otag(h, TAG_SPAN, 1, &tag); + print_text(h, n->eqn->data);*/ break; case (MAN_TBL): /* -- cgit v1.2.3-56-ge451