scribble: fix history spacing

original commit: 94dbfba0f3f77c9603bcba4aee249823cc91eeed
This commit is contained in:
Matthew Flatt 2014-06-04 13:34:03 +01:00
parent 78d5223eba
commit ed2aa7b04f

View File

@ -48,8 +48,9 @@
[i (in-naturals)]) [i (in-naturals)])
(define vers (history-entry-vers e)) (define vers (history-entry-vers e))
(list (if (zero? i) (list (if (zero? i)
"" null
" ") (list null ; needed to avoid " " dropped as whitespace
" "))
(history-entry-what e) (history-entry-what e)
" in version " " in version "
vers vers