html.streams: fix typo in stack effect for emit-html.

release
John Benediktsson 2010-09-09 19:55:54 -07:00
parent c4fa0c2507
commit 9edab21aeb
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ MACRO: make-css ( pairs -- str )
span-css-style
[ swap [XML <span style=<->><-></span> XML] ] unless-empty ; inline
: emit-html ( quot stream -- )
: emit-html ( stream quot -- )
dip data>> push ; inline
: image-path ( path -- images-path )