=================================================================== RCS file: /cvs/mandoc/roff_html.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/roff_html.c 2017/05/05 15:17:32 1.3 +++ mandoc/roff_html.c 2017/05/07 17:31:45 1.4 @@ -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.4 2017/05/07 17:31:45 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * Copyright (c) 2014, 2017 Ingo Schwarze @@ -36,6 +36,7 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_ NULL, /* ft */ NULL, /* ll */ roff_html_pre_sp, /* sp */ + NULL, /* ta */ };