forked from cadence/breezewiki
preprocess
This commit is contained in:
parent
c2c699ec8f
commit
1558f9f541
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
"."))
|
"."))
|
||||||
`""))
|
`""))
|
||||||
,(if (string? image-description)
|
,(if (string? image-description)
|
||||||
`(update-tree-wiki (html->xexp image-description) wikiname)
|
`(update-tree-wiki (html->xexp (preprocess-html-wiki image-description)) wikiname)
|
||||||
`""))))
|
`""))))
|
||||||
|
|
||||||
(define (page-file req)
|
(define (page-file req)
|
||||||
|
|
Loading…
Reference in a new issue