FIX: `user-card-post-names` outlet should be a `div`.

This commit is contained in:
Guo Xiang Tan 2017-01-03 10:39:41 +08:00
parent 40deef32e3
commit ecb1078343
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<h2>{{user.title}}</h2> <h2>{{user.title}}</h2>
{{/if}} {{/if}}
{{plugin-outlet name="user-card-post-names" args=(hash user=user)}} {{plugin-outlet name="user-card-post-names" args=(hash user=user) tagName='div'}}
</span> </span>
</div> </div>