Clarifying display-to-string error in (chibi sxml).

This commit is contained in:
Alex Shinn 2014-05-05 21:37:47 +09:00
parent ca0cc6cb51
commit 27ee1b150e

View file

@ -9,7 +9,7 @@
((char? x) (string x)) ((char? x) (string x))
((symbol? x) (symbol->string x)) ((symbol? x) (symbol->string x))
((number? x) (number->string x)) ((number? x) (number->string x))
(else (error "don't know how to display" x)))) (else (error "don't know how to display as sxml" x))))
(define (html-display-escaped-attr str . o) (define (html-display-escaped-attr str . o)
(let ((start 0) (let ((start 0)