Amend stuffs

This commit is contained in:
Akira Tempaku 2024-05-27 18:11:04 +09:00
commit e4eec0749f
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@
:for (key value) :on props :by #'cddr
:do (format stream (if (typep value 'boolean)
"~@[ ~a~]"
" ~a=~s")
" ~a=\"~a\"")
(string-downcase key)
value))))