forked from cadence/breezewiki
image desc
This commit is contained in:
parent
940b6e01db
commit
db0158f237
1 changed files with 3 additions and 2 deletions
|
@ -72,8 +72,9 @@
|
||||||
"…"
|
"…"
|
||||||
"."))
|
"."))
|
||||||
`"")))
|
`"")))
|
||||||
; ,(update-tree-wiki image-description wikiname)
|
,(if (string? image-description)
|
||||||
))
|
`(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)))))
|
||||||
|
|
Loading…
Reference in a new issue