diff --git a/lib/tree-updater.rkt b/lib/tree-updater.rkt index 6c369b5..0dbf695 100644 --- a/lib/tree-updater.rkt +++ b/lib/tree-updater.rkt @@ -12,17 +12,12 @@ update-tree-wiki) (define (preprocess-html-wiki html) - (define ((rr* find replace) contents) - (regexp-replace* find contents replace)) - ((compose1 - ; fix navbox list nesting - ; navbox on right of page has incorrect html "
  • " and the xexpr parser puts the
  • much further up the tree - ; add a