Skip to content

Commit

Permalink
[IMP] improved typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpa-odoo committed Apr 10, 2014
1 parent 049d856 commit e53f66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website_forum/views/website_forum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
<div t-foreach="users" t-as="user" class="col-sm-4">
<t t-set="separator"><br/></t>
<t t-call="website_forum.user_detail"/>
<span class="text-muted">Joined on \
<span class="text-muted">Joined on
<span t-field="user.create_date" t-field-options='{"format":"short"}' t-attf-title="#{user.create_date}"/>
</span>
</div>
Expand Down

0 comments on commit e53f66d

Please sign in to comment.