[FIX] don't display a '#' in empty URI fields
authorXavier Morel <xmo@openerp.com>
Tue, 14 Feb 2012 07:46:32 +0000 (08:46 +0100)
committerXavier Morel <xmo@openerp.com>
Tue, 14 Feb 2012 07:46:32 +0000 (08:46 +0100)
lp bug: https://launchpad.net/bugs/931643 fixed

bzr revid: xmo@openerp.com-20120214074632-oumyrm5pd5e2y1ow

addons/web/static/src/xml/base.xml

index c324d5e..ec553e0 100644 (file)
 </t>
 <t t-name="FieldURI.readonly">
     <div>
-        <a href="#" class="oe_form_uri">#</a>
+        <a href="#" class="oe_form_uri"/>
     </div>
 </t>
 <t t-name="FieldEmail">