From 8f80e6076697715db98a196fd651bd00795bd980 Mon Sep 17 00:00:00 2001 From: Rolux Date: Mon, 4 Jan 2016 16:30:05 +0530 Subject: [PATCH] fix column status css --- static/js/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/filter.js b/static/js/filter.js index 675f864..6b8407c 100644 --- a/static/js/filter.js +++ b/static/js/filter.js @@ -57,7 +57,7 @@ oml.ui.filter = function(id) { that.setColumnTitle( 'name', Ox._(filter.title) - + '
' + + '
' + Ox.formatNumber(data.items) + '
' ); },