]> gitweb.factorcode.org Git - factor.git/commitdiff
html.streams: this was actually simpler.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 11 Apr 2013 21:35:43 +0000 (14:35 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 11 Apr 2013 21:35:43 +0000 (14:35 -0700)
basis/html/streams/streams.factor

index 8c718816a5d3961abaafdabccec868120de9837e..3e8f7c64a1496b431184ae99db42469b03fb206d 100644 (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 )
     {