[FIX] Fixes first part of bug#1077858

lp bug: https://launchpad.net/bugs/1077858 fixed

bzr revid: fme@openerp.com-20121112155332-eshqtkk5grn22tqm
This commit is contained in:
Fabien Meghazi 2012-11-12 16:53:32 +01:00
parent 1752838ccf
commit a0c3b3664a
1 changed files with 1 additions and 1 deletions

View File

@ -2173,7 +2173,7 @@ instance.web.list.Binary = instance.web.list.Column.extend({
row_data[this.filename].value, {type: 'char'}));
}
}
return _.template('<a href="<%-href%>"><%-text%></a> (%<-size%>)', {
return _.template('<a href="<%-href%>"><%-text%></a> (<%-size%>)', {
text: text,
href: download_url,
size: row_data[this.id].value