This commit is contained in:
blankie 2022-10-08 21:14:11 +07:00
parent d336307921
commit 21f4f7acbc
Signed by: blankie
GPG key ID: CC15FC822C7F61F5

View file

@ -74,7 +74,7 @@
`"")) `""))
,(if (string? image-description) ,(if (string? image-description)
`(update-tree-wiki (html->xexp image-description) wikiname) `(update-tree-wiki (html->xexp image-description) wikiname)
`"")) `"")))
(define (page-file req) (define (page-file req)
(define wikiname (path/param-path (first (url-path (request-uri req))))) (define wikiname (path/param-path (first (url-path (request-uri req)))))