aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-06-25 13:26:57 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-06-25 13:26:57 +0000
commit5e9dcf4ce3bba92db654ba8f51cf2d35114da812 (patch)
treebb7f50c40b0b6c4245408373151cb4342e6c0aba /html.c
parentd9e74cd03217773097de0be523bacaf301db426d (diff)
downloadmandoc-5e9dcf4ce3bba92db654ba8f51cf2d35114da812.tar.gz
mandoc-5e9dcf4ce3bba92db654ba8f51cf2d35114da812.tar.zst
mandoc-5e9dcf4ce3bba92db654ba8f51cf2d35114da812.zip
Delete support for the style=text-indent attribute, 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 43a07a04..786e1c3a 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: html.c,v 1.101 2018/05/29 02:10:05 schwarze Exp $ */
+/* $Id: html.c,v 1.234 2018/06/25 13:26:57 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -714,9 +714,6 @@ print_otag(struct html *h, enum htmltag tag, const char *fmt, ...)
case 'h':
attr = "height";
break;
- case 'i':
- attr = "text-indent";
- break;
case 'l':
attr = "margin-left";
break;