From 67caa6f2e03da5fa0de343cf1532b88d4561ba04 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sun, 19 Oct 2008 19:17:12 +0000 Subject: 20081019-2016 --- appl/cmd/man2html.b | 3 +++ 1 file changed, 3 insertions(+) (limited to 'appl') 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); -- cgit v1.2.3