Make sure the tags are upcase.

This commit is contained in:
Dominik Pantůček 2023-05-13 22:00:58 +02:00
parent 1f41a7ea64
commit f6761b1993

View file

@ -47,7 +47,11 @@
(string->symbol
(string-intersperse
(cons
(symbol->string sym)
(list->string
(map
char-upcase
(string->list
(symbol->string sym))))
(cons
"-"
(map (lambda (n)