diff options
-rw-r--r-- | mdoc_html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index d9e84547..2e2c5adb 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -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; |