forgot this fix

This commit is contained in:
pho4cexa 2023-02-23 23:36:08 -08:00
parent e039c29a83
commit f68eaea795

View file

@ -151,7 +151,7 @@
(-> source-file (-> source-file
git-file->lines git-file->lines
lines->string lines->string
markdown->sxml)) markdown->sxml)))
((.jpg .jpeg .png .gif .webp .webm .apng .avif .svgz .ico) ((.jpg .jpeg .png .gif .webp .webm .apng .avif .svgz .ico)
(image-link)) (image-link))
((.svg) ((.svg)
@ -161,7 +161,7 @@
(else (else
(if (git-file-is-text? source-file) (if (git-file-is-text? source-file)
(numbered-sxml) (numbered-sxml)
(binary)))))) (binary)))))
(define (filelist->sxml source-files-list relative-root) (define (filelist->sxml source-files-list relative-root)
`((h1 "Files") `((h1 "Files")