diff --git a/lib/chibi/sxml.scm b/lib/chibi/sxml.scm index 20172878..a74e9a28 100644 --- a/lib/chibi/sxml.scm +++ b/lib/chibi/sxml.scm @@ -9,7 +9,7 @@ ((char? x) (string x)) ((symbol? x) (symbol->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) (let ((start 0)