[FIX] calendar: fix string quoting mess in email template
authorRaphael Collet <rco@openerp.com>
Mon, 14 Apr 2014 14:47:54 +0000 (16:47 +0200)
committerRaphael Collet <rco@openerp.com>
Mon, 14 Apr 2014 14:47:54 +0000 (16:47 +0200)
bzr revid: rco@openerp.com-20140414144754-08fgs7xnzax5uzht

addons/calendar/calendar_data.xml

index ef413ee..7179566 100644 (file)
                                                     <td colspan="3">
                                                        : 
                                                         % for attendee in object.event_id.attendee_ids:
-                                                            <div style='display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx["color"][attendee.state] or 'white'};'></div>
+                                                            <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div>
                                                             % if attendee.cn != object.cn:
                                                                 <span style="margin-left:5px">${attendee.cn}</span>
                                                             % else:
                                                     <td colspan="3">
                                                        : 
                                                         % for attendee in object.event_id.attendee_ids:
-                                                            <div style='display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx["color"][attendee.state] or 'white'};'></div>
+                                                            <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div>
                                                             % if attendee.cn != object.cn:
                                                                 <span style="margin-left:5px">${attendee.cn}</span>
                                                             % else:
                                                     <td colspan="3">
                                                        : 
                                                         % for attendee in object.event_id.attendee_ids:
-                                                            <div style='display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx["color"][attendee.state] or 'white'};'></div>
+                                                            <div style="display:inline-block; border-radius: 50%; width:10px; height:10px;background:${'color' in ctx and ctx['color'][attendee.state] or 'white'};"></div>
                                                             % if attendee.cn != object.cn:
                                                                 <span style="margin-left:5px">${attendee.cn}</span>
                                                             % else: