From c1f44d16f40aa0b6a571293bf1153e34ca40bedf Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 18 Jan 2017 19:22:21 +0000 Subject: Make HTML output more human readable by overhauling line break logic around tags and by introducing some simple indentation. No change of HTML semantics intended. --- mdoc_html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index ad23064b..112296e5 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.249 2017/01/17 15:32:44 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.250 2017/01/18 19:22:22 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze @@ -318,7 +318,6 @@ html_mdoc(void *arg, const struct roff_man *mdoc) print_mdoc_nodelist(&mdoc->meta, mdoc->first->child, h); mdoc_root_post(&mdoc->meta, mdoc->first->child, h); print_tagq(h, t); - putchar('\n'); } static void -- cgit v1.2.3