From f03e61eec654457c0e38456d0b639bef13db4165 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 19 Oct 2009 10:18:05 +0000 Subject: Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't specified. Many more cleanups to mdoc.7 (ongoing completion and documentation of all macros). --- mdoc_html.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 535d44e1..e4b2df57 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.32 2009/10/18 19:03:37 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.33 2009/10/19 10:18:06 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1068,6 +1068,8 @@ mdoc_it_pre(MDOC_ARGS) /* Override width in some cases. */ switch (type) { + case (MDOC_Item): + /* FALLTHROUGH */ case (MDOC_Inset): /* FALLTHROUGH */ case (MDOC_Diag): -- cgit v1.2.3