mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
Clarifying display-to-string error in (chibi sxml).
This commit is contained in:
parent
ca0cc6cb51
commit
27ee1b150e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue