Replace all double quotes with single quotes (#888)

This commit is contained in:
Roman Kelesidis 2023-09-05 21:59:03 +07:00 committed by GitHub
commit 10b56ecdef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View file

@ -124,7 +124,7 @@ $template->assign_vars([
'USE_TABLESORTER' => !empty($page_cfg['use_tablesorter']),
'SITENAME' => $bb_cfg['sitename'],
'U_INDEX' => BB_ROOT . "index.php",
'U_INDEX' => BB_ROOT . 'index.php',
'T_INDEX' => sprintf($lang['FORUM_INDEX'], $bb_cfg['sitename']),
'IS_GUEST' => IS_GUEST,