diff --git a/public/src/modules/taskbar.js b/public/src/modules/taskbar.js index ac63285358..066110de15 100644 --- a/public/src/modules/taskbar.js +++ b/public/src/modules/taskbar.js @@ -156,7 +156,7 @@ define('taskbar', ['benchpress', 'translator'], function (Benchpress, translator .addClass(data.options.className) .html('' + (data.options.icon ? ' ' : '') + - '' + title + '' + + '' + title + '' + '') .attr({ title: title,