mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
A small missing change from the reformatting earlier to make it clearer
git-svn-id: file:///svn/phpbb/trunk@5890 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -178,7 +178,7 @@ class install_install extends module
|
||||
{
|
||||
$template->assign_block_vars('checks', array(
|
||||
'TITLE' => $lang['DLL_' . strtoupper($db_name)],
|
||||
'RESULT' => '<b style="color:red">' . $lang['UNAVAILABLE'] . '</b>',
|
||||
'RESULT' => '<span style="color:red">' . $lang['UNAVAILABLE'] . '</span>',
|
||||
|
||||
'S_EXPLAIN' => false,
|
||||
'S_LEGEND' => false,
|
||||
|
Reference in New Issue
Block a user