diff options
Diffstat (limited to 'appl/cmd/man2html.b')
| -rw-r--r-- | appl/cmd/man2html.b | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appl/cmd/man2html.b b/appl/cmd/man2html.b index 9eda5940..c3e6cc63 100644 --- a/appl/cmd/man2html.b +++ b/appl/cmd/man2html.b @@ -1120,6 +1120,9 @@ getnext(g: ref Global): string g.lastc = c; case c { + ' ' => + return " "; + # chars to ignore '|' or '&' or '^' => return getnext(g); |
