summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_defaults.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-17 13:19:00 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-17 13:19:00 +0100
commited80f8e5fcfb292ae1761d993f006e6e096c2c5b (patch)
tree64dd587a30b2d2f4670ece08c6458443fc984936 /usr/local/www/diag_defaults.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-ed80f8e5fcfb292ae1761d993f006e6e096c2c5b.zip
pfsense-ed80f8e5fcfb292ae1761d993f006e6e096c2c5b.tar.gz
Tidy up "halt.php" and "diag_defaults.php" XHTML
Close INPUT, STRONG and P tags
Diffstat (limited to 'usr/local/www/diag_defaults.php')
-rwxr-xr-xusr/local/www/diag_defaults.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/diag_defaults.php b/usr/local/www/diag_defaults.php
index d389e9d..076f6f6 100755
--- a/usr/local/www/diag_defaults.php
+++ b/usr/local/www/diag_defaults.php
@@ -67,7 +67,7 @@ include("head.inc");
</pre>
<?php else: ?>
<form action="diag_defaults.php" method="post">
- <p><strong> <?=gettext("If you click") . " &quot;" . gettext("Yes") . "&quot;, " . gettext("the firewall will:")?>
+ <p><strong> <?=gettext("If you click") . " &quot;" . gettext("Yes") . "&quot;, " . gettext("the firewall will:")?></strong></p>
<ul>
<li><?=gettext("Reset to factory defaults");?></li>
<li><?=gettext("LAN IP address will be reset to 192.168.1.1");?></li>
@@ -77,10 +77,10 @@ include("head.inc");
<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><strong><?=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");?> ">
+ <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> " />
+ <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> " />
</p>
</form>
<?php endif; ?>
OpenPOWER on IntegriCloud