]> gitweb.factorcode.org Git - factor.git/commitdiff
final tweak
authorSlava Pestov <slava@factorcode.org>
Tue, 24 Jan 2006 02:14:16 +0000 (02:14 +0000)
committerSlava Pestov <slava@factorcode.org>
Tue, 24 Jan 2006 02:14:16 +0000 (02:14 +0000)
contrib/httpd/html.factor

index 8d30134926883d040dfefa51ee2ad1b88e26723c..be044c197930403fcb4d309814ca0baa3e989de6 100644 (file)
@@ -150,7 +150,7 @@ M: html-stream stream-format ( str style stream -- )
     ] with-stream* ;
 
 : html-outliner ( caption contents -- )
-    <table>
+    <table "display: inline; " =style table>
         <tr>
             <td>
                 get-random-id dup >r swap [