summaryrefslogtreecommitdiffstats
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
commitceca0aad422b51d66851e4ee8e6521e30ff86041 (patch)
tree2837eededffbb0a4e3c8e36ffaa4232a6042210f /html.c
parent07fb51c1fa33fa0b6a742cbb9e5489b2d60ddd32 (diff)
downloadmandoc-ceca0aad422b51d66851e4ee8e6521e30ff86041.tar.gz
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..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;