diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-24 16:47:32 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-24 16:47:32 +0000 |
commit | 50f60bca21087ce81737bae94ee22315c234b72a (patch) | |
tree | 8b5fa8174834286fb141426d822d6d7ba182b37b /usr | |
parent | 0b1138de2621d041064f1614ed16f4274891c5a2 (diff) | |
download | pfsense-50f60bca21087ce81737bae94ee22315c234b72a.zip pfsense-50f60bca21087ce81737bae94ee22315c234b72a.tar.gz |
Use a white background
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/wizard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php index deb8584..0843a51 100755 --- a/usr/local/www/wizard.php +++ b/usr/local/www/wizard.php @@ -192,7 +192,7 @@ function enablechange() { <a href="/"><img border="0" src="./themes/<?= $g['theme']; ?>/images/logo.gif"></a> <p> -<table width="600" cellspacing="0" cellpadding="3"> +<table bgcolor="#ffffff" width="600" cellspacing="0" cellpadding="3"> <!-- wizard goes here --> <tr><td> </td></tr> <tr><td colspan='2'><center><b><?= fixup_string($description) ?></b></center></td></tr><tr><td> </td></tr> |