summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_html.c')
-rw-r--r--mdoc_html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index e07766fd..59bef0df 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -432,6 +432,8 @@ print_mdoc_node(MDOC_ARGS)
print_otag(h, TAG_BR, 0, NULL);
print_text(h, n->string);
return;
+ case (MDOC_EQN):
+ return;
case (MDOC_TBL):
/*
* This will take care of initialising all of the table