html.streams: this was actually simpler.

db4
John Benediktsson 2013-04-11 14:35:43 -07:00
parent 44657db94e
commit 6b94cf2e7f
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ M: html-block-stream dispose
end-sub-stream format-html-div ;
: border-spacing-css, ( pair -- )
first2 max 2 /i dup "padding: " % # "px " % # "px; " % ;
first2 max 2 /i "padding: " % # "px; " % ;
: table-style ( style -- str )
{