1
0
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:
Graham Eames
2006-05-06 20:02:37 +00:00
parent 1200082de6
commit 830f1fdab7

View File

@ -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,