mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Bug 816, html_special_form_control: Don't parse character entity references.
This commit is contained in:
parent
69c185c34e
commit
084d402c51
@ -1816,7 +1816,7 @@ html_special_form_control(struct part *part, struct form_control *fc)
|
||||
fc->default_value,
|
||||
strlen(fc->default_value),
|
||||
part->document->options.cp,
|
||||
CSM_QUERY, NULL, NULL, NULL);
|
||||
CSM_FORM, NULL, NULL, NULL);
|
||||
|
||||
if (dv) mem_free_set(&fc->default_value, dv);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user