summaryrefslogtreecommitdiff
path: root/appl/cmd/man2html.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-10-19 19:17:12 +0000
committerCharles.Forsyth <devnull@localhost>2008-10-19 19:17:12 +0000
commit67caa6f2e03da5fa0de343cf1532b88d4561ba04 (patch)
treeb6fae521991a9a165e1e1ed6d44ca272b4671cc5 /appl/cmd/man2html.b
parentb5b00b350078ca83efdafe9bab0416d03a50da72 (diff)
20081019-2016
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 "&nbsp;";
+
# chars to ignore
'|' or '&' or '^' =>
return getnext(g);