diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -822,6 +822,10 @@ html_inlinetagname(struct md_mbuf *mbuf, { switch (tok) { + case (ROFF_Dl): + /* FALLTHROUGH */ + case (ROFF_D1): + return(html_stput(mbuf, HTML_TAG_DIV, res)); case (ROFF_Sh): return(html_stput(mbuf, HTML_TAG_A, res)); case (ROFF_Pp): |