Use new table for member fees calendar, quick hack for problem with SGR and spaces.
This commit is contained in:
parent
eaced78aee
commit
656789e984
2 changed files with 18 additions and 17 deletions
|
@ -113,7 +113,8 @@
|
|||
(if (and (not (null? res))
|
||||
(sgr-token-spaces? (car res)))
|
||||
(reverse (cdr res))
|
||||
(if (and (not (null? (cdr res)))
|
||||
(if (and (not (null? res))
|
||||
(not (null? (cdr res)))
|
||||
(sgr-state? (car res))
|
||||
(sgr-token-spaces? (cadr res)))
|
||||
(reverse (cons (car res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue