final tweak
parent
b28ea890b7
commit
6cfa1db4df
|
@ -150,7 +150,7 @@ M: html-stream stream-format ( str style stream -- )
|
||||||
] with-stream* ;
|
] with-stream* ;
|
||||||
|
|
||||||
: html-outliner ( caption contents -- )
|
: html-outliner ( caption contents -- )
|
||||||
<table>
|
<table "display: inline; " =style table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
get-random-id dup >r swap [
|
get-random-id dup >r swap [
|
||||||
|
|
Loading…
Reference in New Issue