1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/17108] Stop using backslashes for css selectors

PHPBB3-17108
This commit is contained in:
Marc Alexander
2023-04-05 20:53:20 +02:00
parent 0fad1dc1da
commit 21222adc99
3 changed files with 5 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ use phpbb\di\service_collection;
use phpbb\language\language;
use phpbb\log\log;
use phpbb\request\request;
use phpbb\search\backend\search_backend_interface;
use phpbb\search\search_backend_factory;
use phpbb\search\state_helper;
use phpbb\template\template;
@@ -322,6 +323,7 @@ class acp_search
$this->tpl_name = 'acp_search_index';
$this->page_title = 'ACP_SEARCH_INDEX';
/** @var search_backend_interface $search */
foreach ($this->search_backend_collection as $search)
{
$this->template->assign_block_vars('backends', [