diff --git a/source/Ox.UI/js/List/Ox.IconItem.js b/source/Ox.UI/js/List/Ox.IconItem.js index a27d35f1..3787e618 100644 --- a/source/Ox.UI/js/List/Ox.IconItem.js +++ b/source/Ox.UI/js/List/Ox.IconItem.js @@ -176,7 +176,7 @@ Ox.IconItem = function(options, self) { } }).join('
'), self.options.find, 'OxHighlight', ['br'] - ).replace(/ (<.*?>)?/g, '$1'); + ).replace(/ (<.*?>)?/g, ' $1'); } function load() {