s/with-simple-html-output/with-html/stream/
parent
59c4195889
commit
beb58fe466
|
@ -117,10 +117,10 @@ USE: hashtables
|
|||
"browser" "responder" set
|
||||
<table "1" =border table>
|
||||
<tr> <th "2" =colspan th> "Source" write </th> </tr>
|
||||
<tr> <td "2" =colspan td> [ [ parse ] catch [ "No such word" write ] [ car see ] if ] with-simple-html-output </td> </tr>
|
||||
<tr> <td "2" =colspan td> [ [ parse ] catch [ "No such word" write ] [ car see ] if ] with-html-stream </td> </tr>
|
||||
<tr> <th> "Apropos" write </th> <th> "Usages" write </th> </tr>
|
||||
<tr> <td "top" =valign td> [ apropos ] with-simple-html-output </td>
|
||||
<td "top" =valign td> [ [ parse ] catch [ "No such word" write ] [ car usages. ] if ] with-simple-html-output </td>
|
||||
<tr> <td "top" =valign td> [ apropos ] with-html-stream </td>
|
||||
<td "top" =valign td> [ [ parse ] catch [ "No such word" write ] [ car usages. ] if ] with-html-stream </td>
|
||||
</tr>
|
||||
</table>
|
||||
] make-hash ;
|
||||
|
|
Loading…
Reference in New Issue