summaryrefslogtreecommitdiff
path: root/appl/cmd/man2html.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/man2html.b')
-rw-r--r--appl/cmd/man2html.b3
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);