Package: lynx-cur
Version: 2.8.8dev.2-1
Severity: wishlist

lynx -dump should have the form fields filled in.
$ lynx e.htm
   Days to show in recent changes:     512_________________
   Number of edits to show by default: 50__________________
$ lynx -dump e.htm
   Days to show in recent changes:     ____________________
   Number of edits to show by default: ____________________
$ cat e.htm
<table><tbody>
<tr><td><label for="mw-input-rcdays">Days to show in recent 
changes:</label></td><td><input id="mw-input-rcdays" name="wprcdays" size="20" 
value="512" min="1" max="512" type="number" step="any" />
</td></tr>
<tr><td><label for="mw-input-rclimit">Number of edits to show by 
default:</label></td><td><input id="mw-input-rclimit" name="wprclimit" 
size="20" value="50" type="number" />
</td></tr>
</tbody></table>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to