This commit is contained in:
blankie 2022-10-08 21:15:02 +07:00
parent 21f4f7acbc
commit c2c699ec8f
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)))))