summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-06-10 16:46:53 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-06-10 16:46:53 +0000
commitbbc9297061acba6baf8b03f8df6c58bcceb53cb4 (patch)
treef5dddfdf750adca2b7428b9205c048dd5027388e /usr.bin/mandoc/html.c
parent18592ddc30f7109f0c5bf8a553301104de0e0174 (diff)
delete support for the HTML style=height property, which is no longer used
Diffstat (limited to 'usr.bin/mandoc/html.c')
-rw-r--r--usr.bin/mandoc/html.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/mandoc/html.c b/usr.bin/mandoc/html.c
index 102af79e1b7..194d6890c69 100644
--- a/usr.bin/mandoc/html.c
+++ b/usr.bin/mandoc/html.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: html.c,v 1.101 2018/05/29 02:10:05 schwarze Exp $ */
+/* $OpenBSD: html.c,v 1.102 2018/06/10 16:46:52 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -709,9 +709,6 @@ print_otag(struct html *h, enum htmltag tag, const char *fmt, ...)
/* Second letter: style name. */
switch (*fmt++) {
- case 'h':
- attr = "height";
- break;
case 'i':
attr = "text-indent";
break;