# Style broken on user-activity-bottom-outlet

**URL:** https://meta.discourse.org/t/style-broken-on-user-activity-bottom-outlet/46158
**Category:** Bug
**Created:** [Juin 22, 2016, 2:35 UTC](https://meta.discourse.org/t/style-broken-on-user-activity-bottom-outlet/46158 "2016-06-22T02:35:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nikdavis](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nikdavis/32/115361_2.png) [@nikdavis](https://meta.discourse.org/u/nikdavis)
#### Post date: [Juin 22, 2016, 2:35 UTC](https://meta.discourse.org/t/style-broken-on-user-activity-bottom-outlet/46158/1 "2016-06-22T02:35:32Z")

</div>

This outlet is inserted inside the `<ul>` on the [left pane of the user profile](https://meta.discourse.org/users/nikdavis/activity), presumably so you can add activity list items. However Ember wraps this in a div which breaks the styling. I don’t see a way (w/o modifying discourse) to tell the outlet to use no wrapping tag (although Ember allows it). I apologize ahead of time is there is a way to do this, but I haven’t found one.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [Juin 22, 2016, 2:43 UTC](https://meta.discourse.org/t/style-broken-on-user-activity-bottom-outlet/46158/2 "2016-06-22T02:43:18Z")

</div>

This is a very long open issue which is unresolved.

I think this essentially a dupe of:

> [@Plugin-outlet incorrectly handles multiple plugins at the same outlet](https://meta.discourse.org/t/plugin-outlet-incorrectly-handles-multiple-plugins-at-the-same-outlet/32206):
>
> Wrong code is: Must be Ember.ContainerView.extend({tagName: ''}) instead of Ember.ContainerView. The current wrong code breaks HTML markup in cases where HTML syntax does not allow wrapper DIV tag. An example is admin-menu plugin outlet: If there are multiple admin-menu connectors then Discourse wrongly renders them as: \<ul\> \<!-- standard menu items: --\> \<li\>\</li\> \<li\>\</li\> \<!-- admin-menu connectors: --\> \<div\> \<li\>\</li\> \<li\>\</li\> \</div\> \</ul\>

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [Juin 22, 2016, 3:04 UTC](https://meta.discourse.org/t/style-broken-on-user-activity-bottom-outlet/46158/3 "2016-06-22T03:04:34Z")

</div>


