From 5e9dcf4ce3bba92db654ba8f51cf2d35114da812 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 25 Jun 2018 13:26:57 +0000 Subject: Delete support for the style=text-indent attribute, which is no longer used. --- html.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'html.c') 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 * Copyright (c) 2011-2015, 2017, 2018 Ingo Schwarze @@ -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; -- cgit v1.2.3-56-ge451