diff options
author | jim-p <jimp@pfsense.org> | 2013-01-30 10:18:05 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-01-30 10:22:54 -0500 |
commit | 23e3b2adcebf42ae77533adfb88e75e771d566a4 (patch) | |
tree | 0fccd636e5e13441c3ed8d2c11bfab6f796eefdf /usr | |
parent | 0acd271b3cf3c6688f9167e79c730528fa320d73 (diff) | |
download | pfsense-23e3b2adcebf42ae77533adfb88e75e771d566a4.zip pfsense-23e3b2adcebf42ae77533adfb88e75e771d566a4.tar.gz |
Whitespace fixes
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/diag_defaults.php | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/usr/local/www/diag_defaults.php b/usr/local/www/diag_defaults.php index d5116ff..d389e9d 100755 --- a/usr/local/www/diag_defaults.php +++ b/usr/local/www/diag_defaults.php @@ -67,24 +67,22 @@ include("head.inc"); </pre> <?php else: ?> <form action="diag_defaults.php" method="post"> - <p><strong> <?=gettext("If you click") . " "" . gettext("Yes") . "", " . gettext("the firewall will:")?> - - <ul> - <li><?=gettext("Reset to factory defaults");?></li> - <li><?=gettext("LAN IP address will be reset to 192.168.1.1");?></li> - <li><?=gettext("System will be configured as a DHCP server on the default LAN interface");?></li> - <li><?=gettext("Reboot after changes are installed");?></li> - <li><?=gettext("WAN interface will be set to obtain an address automatically from a DHCP server");?></li> - <li><?=gettext("webConfigurator admin username will be reset to 'admin'");?></li> - <li><?=gettext("webConfigurator admin password will be reset to");?> '<?=$g['factory_shipped_password']?>'</li> - - </ul> - <?=gettext("Are you sure you want to proceed?");?></strong></p> - <p> - <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> "> - <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> "> - </p> - </form> + <p><strong> <?=gettext("If you click") . " "" . gettext("Yes") . "", " . gettext("the firewall will:")?> + <ul> + <li><?=gettext("Reset to factory defaults");?></li> + <li><?=gettext("LAN IP address will be reset to 192.168.1.1");?></li> + <li><?=gettext("System will be configured as a DHCP server on the default LAN interface");?></li> + <li><?=gettext("Reboot after changes are installed");?></li> + <li><?=gettext("WAN interface will be set to obtain an address automatically from a DHCP server");?></li> + <li><?=gettext("webConfigurator admin username will be reset to 'admin'");?></li> + <li><?=gettext("webConfigurator admin password will be reset to");?> '<?=$g['factory_shipped_password']?>'</li> + </ul> + <?=gettext("Are you sure you want to proceed?");?></strong></p> + <p> + <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> "> + <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> "> + </p> +</form> <?php endif; ?> <?php include("fend.inc"); ?> </body> |