forked from cadence/breezewiki
`
This commit is contained in:
parent
1558f9f541
commit
fd4d65abb2
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@
|
||||||
"."))
|
"."))
|
||||||
`""))
|
`""))
|
||||||
,(if (string? image-description)
|
,(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 (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)))))
|
||||||
|
|
Loading…
Reference in a new issue