]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/streams/streams.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis / html / streams / streams.factor
index 43fa8bda85ef442aeac41b4f0f6685b5de7145e2..51eb37b83dd2e91c1e00a5e698ffd5d7c14da6e5 100644 (file)
@@ -4,7 +4,7 @@ USING: combinators generic assocs io io.styles
 io.files continuations io.streams.string kernel math math.order
 math.parser namespaces make quotations assocs sequences strings
 words html.elements xml.entities sbufs continuations destructors
-accessors arrays urls.encoding ;
+accessors arrays urls.encoding html ;
 IN: html.streams
 
 GENERIC: browser-link-href ( presented -- href )