mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
commit
da668f53d9
11 changed files with 269 additions and 47 deletions
|
@ -151,7 +151,7 @@ fn serialize_attr(attr: &JSRef<Attr>, html: &mut String) {
|
|||
html.push_str(attr.deref().name.as_slice());
|
||||
};
|
||||
html.push_str("=\"");
|
||||
escape(attr.deref().value.as_slice(), true, html);
|
||||
escape(attr.deref().value_ref(), true, html);
|
||||
html.push_char('"');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue