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(
|
||||
$result['favicon'],
|
||||
$result['name'],
|
||||
$result['tags'],
|
||||
str_replace(",",", ",$result['tags']),
|
||||
'#/search/virus',
|
||||
'icon-notes-trans'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user