[FIX] share: correct qweb template
authorChristophe Simonis <chs@openerp.com>
Mon, 19 Dec 2011 15:48:23 +0000 (16:48 +0100)
committerChristophe Simonis <chs@openerp.com>
Mon, 19 Dec 2011 15:48:23 +0000 (16:48 +0100)
bzr revid: chs@openerp.com-20111219154823-984csfrmj44ltu80

addons/share/static/src/xml/share.xml

index fa29cac..9b03005 100644 (file)
@@ -5,8 +5,8 @@
 
     <t t-extend="ViewManagerAction">
         <t t-jquery=".oe-shortcut-toggle" t-operation="after">
-            <a class="oe-share_link" href="#share_link" title="Link or embed"><img att-src='_s + "/share/static/src/img/share.png"'/></a>
-            <a class="oe-share" href="#share" title="Share by email"><img att-src='_s + "/share/static/src/img/share.png"'/></a>
+            <a class="oe-share_link" href="#share_link" title="Link or embed"><img t-att-src='_s + "/share/static/src/img/share.png"'/></a>
+            <a class="oe-share" href="#share" title="Share by email"><img t-att-src='_s + "/share/static/src/img/share.png"'/></a>
         </t>
     </t>