mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Issue #13350 Report tidy error for space after (
This commit is contained in:
parent
7b98c8a788
commit
0ac212afb1
4 changed files with 13 additions and 1 deletions
|
@ -593,7 +593,7 @@ impl HTMLFormElement {
|
|||
"file" | "textarea" => (), // TODO
|
||||
_ => {
|
||||
datum.name = clean_crlf(&datum.name);
|
||||
datum.value = FormDatumValue::String(clean_crlf( match datum.value {
|
||||
datum.value = FormDatumValue::String(clean_crlf(match datum.value {
|
||||
FormDatumValue::String(ref s) => s,
|
||||
FormDatumValue::File(_) => unreachable!()
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue