mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +00:00
Previously only `<div>one top element</div>` was allowed because we use `firstChild` instead of `children`. We also want `<div>one</div><div>two</div>` to work with this method.