Compare commits

..

1 Commits

Author SHA1 Message Date
Nikolay Puzanov
3ccd9d2d22 Fix title absent 2024-08-11 23:20:44 +03:00

View File

@@ -41,7 +41,7 @@
(case key
((x) x)
((y) y)
((title) title)
((title) (or title ""))
((with) with)
(else #f))))))