mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
658b9cc70f
This patch fixes an issue whereby a newline character appearing within a hidden input field is incorrectly reinterpreted as a space character. The patch handles almost all cases, and includes a test case. 15/18 tests pass, but the remainder currently fail due to the fact that ELinks does not currently support textarea scripting.
3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
set document.browse.forms.confirm_submit = 0
|
|
set ecmascript.enable = 1
|