summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--html.c5
-rw-r--r--mandoc_html.34
2 files changed, 1 insertions, 8 deletions
diff --git a/html.c b/html.c
index 43a07a04..620d00b9 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$ */
/*
* 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;
diff --git a/mandoc_html.3 b/mandoc_html.3
index b6ddf734..a5411751 100644
--- a/mandoc_html.3
+++ b/mandoc_html.3
@@ -253,10 +253,6 @@ and adds three units for padding between columns.
.Pp
Style name letters decide what to do with the preceding argument:
.Bl -tag -width 1n -offset indent
-.It Cm i
-Set
-.Cm text-indent
-to the given length.
.It Cm l
Set
.Cm margin-left