From 3899aa7d9f9840170b2e9994620915755836cb36 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 31 Jul 2010 21:43:08 +0000 Subject: Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. NOT including Kristaps' .Bd -literal changes which cause regressions. Features: * -Tpdf now fully working Bugfixes: * proper handling of quoted strings by .ds in roff(7) * allow empty .Dd * make .Sm start no-spacing after the first output word * underline .Ad * minor fixes in -Thtml and some optimisations in terminal output. --- usr.bin/mandoc/html.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/mandoc/html.c') diff --git a/usr.bin/mandoc/html.c b/usr.bin/mandoc/html.c index eb9ebda5be3..647b47245f1 100644 --- a/usr.bin/mandoc/html.c +++ b/usr.bin/mandoc/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.13 2010/07/25 18:05:54 schwarze Exp $ */ +/* $Id: html.c,v 1.14 2010/07/31 21:43:07 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -415,6 +415,8 @@ print_otag(struct html *h, enum htmltag tag, if ( ! (h->flags & HTML_NONOSPACE)) h->flags &= ~HTML_NOSPACE; + else + h->flags |= HTML_NOSPACE; /* Print out the tag name and attributes. */ -- cgit v1.2.3