From dbbba54c827cde226880de21729bb06fd96f82ae Mon Sep 17 00:00:00 2001
From: j <0x006A@0x2620.org>
Date: Fri, 9 Mar 2012 23:27:23 +0100
Subject: [PATCH] dont remove space before match
---
source/Ox.UI/js/List/Ox.IconItem.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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() {