diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-05-06 20:02:37 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-05-06 20:02:37 +0000 |
| commit | 830f1fdab7b1a216ed1d00df1ae98ed31286291e (patch) | |
| tree | 65e6094671561934b1b8665717dff40cd756c354 /phpBB | |
| parent | 1200082de6f013a92d3c32776e57010ec0e989ca (diff) | |
| download | forums-830f1fdab7b1a216ed1d00df1ae98ed31286291e.tar forums-830f1fdab7b1a216ed1d00df1ae98ed31286291e.tar.gz forums-830f1fdab7b1a216ed1d00df1ae98ed31286291e.tar.bz2 forums-830f1fdab7b1a216ed1d00df1ae98ed31286291e.tar.xz forums-830f1fdab7b1a216ed1d00df1ae98ed31286291e.zip | |
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
Diffstat (limited to 'phpBB')
| -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, |
