From c3ccf2f42ee5664ddacf557bae68288b6dea8c44 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 1 Oct 2010 12:09:55 +0000 Subject: Fix small regression where `Op' had an extra space between the "[" and the SPAN. --- mdoc_html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index a621936a..900e0943 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.108 2010/09/27 11:21:39 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.109 2010/10/01 12:09:55 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -2157,6 +2157,7 @@ mdoc_quote_pre(MDOC_ARGS) /* FALLTHROUGH */ case (MDOC_Op): print_text(h, "\\(lB"); + h->flags |= HTML_NOSPACE; PAIR_CLASS_INIT(&tag, "opt"); print_otag(h, TAG_SPAN, 1, &tag); break; -- cgit v1.2.3-56-ge451