Merge pull request #583 from ekaitz-zarraga/patch-2

Correct typo
This commit is contained in:
Alex Shinn 2019-10-24 10:27:35 +08:00 committed by GitHub
commit b33df19274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@
((null? sxml))
(else (html-display-escaped-string sxml out))))))
;;> Render \var{sxml} as \var{sxml}.
;;> Render \var{sxml} as \var{xml}.
(define (sxml->xml sxml)
(call-with-output-string
(lambda (out) (sxml-display-as-html sxml out))))