fix styling taglist unified search
This commit is contained in:
parent
40c83d79ee
commit
7a0144178b
@ -68,7 +68,7 @@ class SearchProvider implements IProvider {
|
|||||||
return new SearchResultEntry(
|
return new SearchResultEntry(
|
||||||
$result['favicon'],
|
$result['favicon'],
|
||||||
$result['name'],
|
$result['name'],
|
||||||
$result['tags'],
|
str_replace(",",", ",$result['tags']),
|
||||||
'#/search/virus',
|
'#/search/virus',
|
||||||
'icon-notes-trans'
|
'icon-notes-trans'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user