parent
9410849d7a
commit
ebf1091cf1
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ impl Element {
|
|||
writer.write_event(Event::Start(start))?;
|
||||
|
||||
for child in &self.children {
|
||||
child.write_to_inner(writer, all_prefixes)?;
|
||||
child.write_to_inner(writer, &mut all_prefixes.clone())?;
|
||||
}
|
||||
|
||||
writer.write_event(Event::End(BytesEnd::borrowed(name.as_bytes())))?;
|
||||
|
|
Loading…
Reference in a new issue