# | Line 58 | Line 58 | xml::TextWriter& operator<<(xml::TextWri | |
---|---|---|
58 | { | |
59 | xml::ScopeElement list(xml, "list"); | |
60 | ||
61 | < | _mforeach (ext::Vector<Page>, child, page.children) xml << *child; |
61 | > | _foreach (ext::Vector<Page>, child, page.children) xml << *child; |
62 | } | |
63 | ||
64 | return xml; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |