diff options
-rwxr-xr-x | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 7f5f4e6177..ce4fcb5cc1 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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, |