Make dirlist use www resources

This commit is contained in:
Eli Barzilay 2010-06-16 02:12:29 -04:00
parent 4f6502129a
commit f0c28ad0e8

View File

@ -2,7 +2,9 @@
;; This stub is to generate fancy directory listings with the Racket style ;; This stub is to generate fancy directory listings with the Racket style
(define-context "stubs/dirlist") (require (prefix-in www: (only-in "../www/shared.rkt" the-resources)))
(define-context "stubs/dirlist" #:resources www:the-resources)
(require racket/port) (require racket/port)
(define (xml->string content) (define (xml->string content)