mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Exporting html-tag->string.
This commit is contained in:
parent
49cc343e15
commit
64b4d7b2fe
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
(define-library (chibi sxml)
|
||||
(export sxml->xml sxml-display-as-html sxml-display-as-text sxml-strip
|
||||
html-escape)
|
||||
html-escape html-tag->string)
|
||||
(import (scheme base) (scheme write))
|
||||
(include "sxml.scm"))
|
||||
|
|
Loading…
Add table
Reference in a new issue