scribble: fix history
spacing
original commit: 94dbfba0f3f77c9603bcba4aee249823cc91eeed
This commit is contained in:
parent
78d5223eba
commit
ed2aa7b04f
|
@ -48,8 +48,9 @@
|
|||
[i (in-naturals)])
|
||||
(define vers (history-entry-vers e))
|
||||
(list (if (zero? i)
|
||||
""
|
||||
" ")
|
||||
null
|
||||
(list null ; needed to avoid " " dropped as whitespace
|
||||
" "))
|
||||
(history-entry-what e)
|
||||
" in version "
|
||||
vers
|
||||
|
|
Loading…
Reference in New Issue
Block a user