1
0
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:
Laurent Monin 2006-10-12 09:56:00 +02:00 committed by Witold Filipczyk
parent 53cd0dcc95
commit 028cd1c4fe

View File

@ -1822,7 +1822,7 @@ html_special_form_control(struct part *part, struct form_control *fc)
fc->default_value, fc->default_value,
strlen(fc->default_value), strlen(fc->default_value),
part->document->options.cp, part->document->options.cp,
CSM_QUERY, NULL, NULL, NULL); CSM_FORM, NULL, NULL, NULL);
if (dv) mem_free_set(&fc->default_value, dv); if (dv) mem_free_set(&fc->default_value, dv);
} }