diff options
Diffstat (limited to 'src/form.cc')
-rw-r--r-- | src/form.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/form.cc b/src/form.cc index 751f5143..1575dfe4 100644 --- a/src/form.cc +++ b/src/form.cc @@ -1933,7 +1933,6 @@ static void Html_option_finish(DilloHtml *html) input->type == DILLO_HTML_INPUT_SEL_LIST) { DilloHtmlOption *option = input->select->getCurrentOption (); - option->content = - a_Html_parse_entities(html, html->Stash->str, html->Stash->len); + option->content = dStrndup(html->Stash->str, html->Stash->len); } } |