change history
rendering to start each change on its own line
Closes #114
This commit is contained in:
parent
c3d4ebc737
commit
cf7f7f32b7
|
@ -49,8 +49,7 @@
|
|||
(define vers (history-entry-vers e))
|
||||
(list (if (zero? i)
|
||||
null
|
||||
(list null ; needed to avoid " " dropped as whitespace
|
||||
" "))
|
||||
(list (linebreak)))
|
||||
(history-entry-what e)
|
||||
" in version "
|
||||
vers
|
||||
|
|
Loading…
Reference in New Issue
Block a user