diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-04-07 07:49:38 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-04-07 07:49:38 +0000 |
commit | e50bd5403bffd1dcb18a4d7951661de06ec86efa (patch) | |
tree | 5b18d73f2700fc7305b53e5e245b4d8a6bbc756e /mdoc_html.c | |
parent | f6dd6a8975af8d5bf3e1397a69e955666d4ee3c3 (diff) | |
download | mandoc-e50bd5403bffd1dcb18a4d7951661de06ec86efa.tar.gz |
Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Sonnenberger).
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index 90d22e1f..802b969e 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1388,6 +1388,7 @@ mdoc_bd_pre(MDOC_ARGS) } /* FIXME: -centered, etc. formatting. */ + /* FIXME: does not respect -offset ??? */ if (MDOC_BLOCK == n->type) { bufcat_su(h, "margin-left", &su); |