diff --git a/module/kanban/js/view.ui.js b/module/kanban/js/view.ui.js
index d193f66a77..e7505e87c4 100644
--- a/module/kanban/js/view.ui.js
+++ b/module/kanban/js/view.ui.js
@@ -36,7 +36,7 @@ window.getCol = function(col)
if(col.limit != -1 && cards > col.limit)
{
col.subtitleClass += ' text-danger';
- wip += ' ';
+ wip += ' ';
}
col.subtitle = {html: wip};