summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/html.c b/html.c
index b71e9fca..6d34045f 100644
--- a/html.c
+++ b/html.c
@@ -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):