From 74b8d5112618021ff48a1c5671a4e86a3d6bc1ce Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 16 Nov 2009 08:46:58 +0000 Subject: Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). --- html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index e8b44730..0c681fc5 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.90 2009/11/16 06:07:49 kristaps Exp $ */ +/* $Id: html.c,v 1.91 2009/11/16 08:46:58 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -237,7 +237,7 @@ print_ofont(struct html *h, enum htmlfont font) /* FIXME: DECO_ROMAN should just close out preexisting. */ - if (h->metaf) + if (h->metaf && h->tags.head == h->metaf) print_tagq(h, h->metaf); PAIR_CLASS_INIT(&tag, htmlfonts[font]); -- cgit v1.2.3-56-ge451