dont remove space before match
This commit is contained in:
parent
e356e36634
commit
dbbba54c82
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ Ox.IconItem = function(options, self) {
|
||||||
}
|
}
|
||||||
}).join(' <br/>'),
|
}).join(' <br/>'),
|
||||||
self.options.find, 'OxHighlight', ['br']
|
self.options.find, 'OxHighlight', ['br']
|
||||||
).replace(/ (<.*?>)?<br\/>/g, '$1<br\/>');
|
).replace(/ (<.*?>)?<br\/>/g, ' $1<br\/>');
|
||||||
}
|
}
|
||||||
|
|
||||||
function load() {
|
function load() {
|
||||||
|
|
Loading…
Reference in a new issue