mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
8957e4d9d0
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