]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/streams/streams.factor
Merge branch 'master' into new_ui
[factor.git] / basis / html / streams / streams.factor
index d54a7b0760c2d8c8051516258463561d10a30f7d..3283adf06995df4c5853b460eda349d6b1168ab4 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 )