forked from 0x2620/oxjs
use Ox.highlight; minor reformatting
This commit is contained in:
parent
90147a69fb
commit
4ba06fde41
7 changed files with 21 additions and 15 deletions
|
|
@ -167,7 +167,7 @@ Ox.IconItem = function(options, self) {
|
|||
);
|
||||
lines = lines.slice(0, maxLines);
|
||||
}
|
||||
return Ox.highlightHTML(
|
||||
return Ox.highlight(
|
||||
lines.join(' <br/>'), self.options.find, 'OxHighlight', true
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue