From 559195dcad0532b7eb395988eb0122053d7d12c5 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 4e72f123..73e5d8ca 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.301 2018/05/21 00:00:37 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.302 2018/05/21 00:30:23 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014,2015,2016,2017,2018 Ingo Schwarze @@ -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 v1.2.3-56-ge451