mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix serialization of counters function.
This commit is contained in:
parent
e029a42653
commit
512c2e9d88
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
dest.write_str(")")
|
||||
}
|
||||
ContentItem::Counters(ref s, ref separator, ref list_style_type) => {
|
||||
try!(dest.write_str("counter("));
|
||||
try!(dest.write_str("counters("));
|
||||
try!(cssparser::serialize_identifier(&**s, dest));
|
||||
try!(dest.write_str(", "));
|
||||
try!(cssparser::serialize_string(&**separator, dest));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue