[FIX] use .html to ecapse string to human redable html format

bzr revid: rgaopenerp-20121005133622-3n20h9sva67ry9p3
This commit is contained in:
RGA(OpenERP) 2012-10-05 19:06:22 +05:30
parent a4fbe4dec8
commit f3ac1341e9
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ instance.web.ListView.Groups = instance.web.Class.extend( /** @lends instance.we
} catch (e) {
group_label = row_data[group_column.id].value;
}
$group_column.text(_.str.sprintf("%s (%d)",
$group_column.html(_.str.sprintf("%s (%d)",
group_label, group.length));
if (group.length && group.openable) {