Fix table kw args in fees.
This commit is contained in:
parent
901c472292
commit
4db9704226
1 changed files with 5 additions and 1 deletions
|
@ -480,7 +480,11 @@
|
|||
a:success)
|
||||
total))
|
||||
)))))
|
||||
#:col-border #t #:row0-border #t #:ansi #t))
|
||||
#:border '(((#:bottom #:right light) ... (#:bottom light))
|
||||
((#:right light) ... none)
|
||||
...
|
||||
((#:right light) ... none))
|
||||
#:ansi-reset? #t))
|
||||
(print "Credit: "
|
||||
(foldl + 0
|
||||
(map (lambda (member)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue