aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-06-10 16:47:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-06-10 16:47:15 +0000
commite246f966642cf12d4d8b580a8f23bb5447d83a16 (patch)
treea57522b6fcdf49ea46027726934149a0a225eaf1 /html.c
parent9eb1a73b1c8fa4ca949849507ca93a8d30ca5cbb (diff)
downloadmandoc-e246f966642cf12d4d8b580a8f23bb5447d83a16.tar.gz
mandoc-e246f966642cf12d4d8b580a8f23bb5447d83a16.tar.zst
mandoc-e246f966642cf12d4d8b580a8f23bb5447d83a16.zip
delete support for the HTML style=height property, which is no longer used
Diffstat (limited to 'html.c')
-rw-r--r--html.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/html.c b/html.c
index 0d6b67ce..5282756e 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.231 2018/05/29 02:10:10 schwarze Exp $ */
+/* $Id: html.c,v 1.232 2018/06/10 16:47:15 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -711,9 +711,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;