mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix cyrillic tags highlight
This commit is contained in:
parent
06dd75eb1e
commit
a285aa3158
2 changed files with 2 additions and 2 deletions
|
|
@ -254,7 +254,7 @@ class TorrentController extends AbstractController
|
|||
{
|
||||
if (in_array($keyword, $query))
|
||||
{
|
||||
$keywords[] = urlencode($keyword);
|
||||
$keywords[] = $keyword;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue