mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
Previous markup used to be ``` <div> <div> <li> ``` Instead we will now have: ``` <ul> <li> <div> ``` Note this commit also adds two things: - ability to override tagName of a widget when attaching it - ability to pass opts and otherOpts to {{attach}}, it could be useful in templates but is mostly useful to test `tagName` for now