[IMP] improved typo
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Thu, 10 Apr 2014 13:09:25 +0000 (18:39 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Thu, 10 Apr 2014 13:09:25 +0000 (18:39 +0530)
bzr revid: tpa@tinyerp.com-20140410130925-xrcsb13lp5bnqe3o

addons/website_forum/views/website_forum.xml

index bc7dffc..a2de647 100644 (file)
                     <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>