=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.232 retrieving revision 1.234 diff -u -p -r1.232 -r1.234 --- mandoc/html.c 2018/06/10 16:47:15 1.232 +++ mandoc/html.c 2018/06/25 13:26:57 1.234 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.232 2018/06/10 16:47:15 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 @@ -711,8 +711,8 @@ print_otag(struct html *h, enum htmltag tag, const cha /* Second letter: style name. */ switch (*fmt++) { - case 'i': - attr = "text-indent"; + case 'h': + attr = "height"; break; case 'l': attr = "margin-left";