=================================================================== RCS file: /cvs/mandoc/roff_html.c,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- mandoc/roff_html.c 2017/05/05 15:17:32 1.3 +++ mandoc/roff_html.c 2017/05/08 15:34:54 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: roff_html.c,v 1.3 2017/05/05 15:17:32 schwarze Exp $ */ +/* $OpenBSD: roff_html.c,v 1.5 2017/05/08 15:34:54 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * Copyright (c) 2014, 2017 Ingo Schwarze @@ -36,6 +36,8 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_ NULL, /* ft */ NULL, /* ll */ roff_html_pre_sp, /* sp */ + NULL, /* ta */ + NULL, /* ti */ };