diff options
Diffstat (limited to 'roff_html.c')
-rw-r--r-- | roff_html.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/roff_html.c b/roff_html.c index 7395916c..a9255b02 100644 --- a/roff_html.c +++ b/roff_html.c @@ -58,11 +58,7 @@ roff_html_pre(struct html *h, const struct roff_node *n) static void roff_html_pre_br(ROFF_HTML_ARGS) { - struct tag *t; - - t = print_otag(h, TAG_DIV, ""); - print_text(h, "\\~"); /* So the div isn't empty. */ - print_tagq(h, t); + print_otag(h, TAG_BR, ""); } static void |