From e78f92999babd9f87dc74ee273daca5486cd2997 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 21 May 2018 00:30:23 +0000 Subject: Use for .Ad rather than ; also suggested by John Gardner. --- mdoc_html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 9f6e9f14..4a87a8bd 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -986,7 +986,7 @@ mdoc_pa_pre(MDOC_ARGS) static int mdoc_ad_pre(MDOC_ARGS) { - print_otag(h, TAG_I, "c", "Ad"); + print_otag(h, TAG_SPAN, "c", "Ad"); return 1; } -- cgit