mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Bug 816, html_special_form_control: Don't parse character entity references.
This commit is contained in:
parent
53cd0dcc95
commit
028cd1c4fe
@ -1822,7 +1822,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