diff --git a/src/page-file.rkt b/src/page-file.rkt index f501eb9..962144e 100644 --- a/src/page-file.rkt +++ b/src/page-file.rkt @@ -73,8 +73,8 @@ ".")) `"")) ,(if (string? image-description) - `(update-tree-wiki (html->xexp (preprocess-html-wiki image-description)) wikiname) - `"")))) + (update-tree-wiki (html->xexp (preprocess-html-wiki image-description)) wikiname) + "")))) (define (page-file req) (define wikiname (path/param-path (first (url-path (request-uri req)))))