diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-01-08 16:38:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-01-08 16:38:26 +0000 |
commit | 3bf55aeff70f65d3415839875bf2c1a0ff205a31 (patch) | |
tree | b0eba48d068a40740399d33c03bd6b3e2d9ae0c7 /html.c | |
parent | 76dc3b0723ab0b45094e0813d300e5258d6372db (diff) | |
download | mandoc-3bf55aeff70f65d3415839875bf2c1a0ff205a31.tar.gz |
from Tiago Silva <tiagofilipesilva at icloud dot com> long ago
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -662,7 +662,7 @@ buffmt_includes(struct html *h, const char *name) while (NULL != (p = strchr(pp, '%'))) { bufncat(h, pp, (size_t)(p - pp)); switch (*(p + 1)) { - case'I': + case 'I': bufcat(h, name); break; default: |