summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_nanobsd.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
commit8cd558b61b9c24ee109993d8e76ddc4870ffa4fa (patch)
tree528f7b2f8ea80e0779907147273d99008e31b5d6 /usr/local/www/diag_nanobsd.php
parente1d68dde59717fc5f125796f07070a654e28ec43 (diff)
downloadpfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.zip
pfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.tar.gz
xhtml Compliance
replaced <br>, <br/> and </br> with <br />
Diffstat (limited to 'usr/local/www/diag_nanobsd.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/diag_nanobsd.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/usr/local/www/diag_nanobsd.php b/usr/local/www/diag_nanobsd.php
index 804b3b4..139d764 100755..100644
--- a/usr/local/www/diag_nanobsd.php
+++ b/usr/local/www/diag_nanobsd.php
@@ -136,7 +136,7 @@ if ($savemsg)
<strong><?=gettext("NOTE:")?>&nbsp;</strong>
</span>
<?=gettext("The options on this page are intended for use by advanced users only.")?>
- <br/>&nbsp;
+ <br />&nbsp;
</span>
<p/>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
@@ -154,8 +154,8 @@ if ($savemsg)
<td width="78%" class="vtable">
<form action="diag_nanobsd.php" method="post" name="iform">
<?=gettext("Bootup slice is currently:");?> <?php echo $ACTIVE_SLICE; ?>
- <br/><br/><?=gettext("This will switch the bootup slice to the alternate slice.");?>
- <br/>
+ <br /><br /><?=gettext("This will switch the bootup slice to the alternate slice.");?>
+ <br />
<input type='hidden' name='bootslice' value='switch'>
<input type='submit' value='Switch Slice'></form>
</td>
@@ -180,14 +180,14 @@ if ($savemsg)
}
echo gettext("Read/Write") . $refdisplay;
if (!isset($config['system']['nanobsd_force_rw']))
- echo "<br/><input type='submit' name='changero' value='" . gettext("Switch to Read-Only") . "'>";
+ echo "<br /><input type='submit' name='changero' value='" . gettext("Switch to Read-Only") . "'>";
} else {
echo gettext("Read-Only");
if (!isset($config['system']['nanobsd_force_rw']))
- echo "<br/><input type='submit' name='changero' value='" . gettext("Switch to Read/Write") . "'>";
+ echo "<br /><input type='submit' name='changero' value='" . gettext("Switch to Read/Write") . "'>";
} ?>
</form>
- <br/><?php echo gettext("NOTE: This setting is only temporary, and can be switched dynamically in the background."); ?>
+ <br /><?php echo gettext("NOTE: This setting is only temporary, and can be switched dynamically in the background."); ?>
</td>
</tr>
<tr>
@@ -195,7 +195,7 @@ if ($savemsg)
<td valign="top" class="vncell">
<form action="diag_nanobsd.php" method="post" name="iform">
<input type="checkbox" name="nanobsd_force_rw" <?php if (isset($config['system']['nanobsd_force_rw'])) echo "checked"; ?>> <?php echo gettext("Keep media mounted read/write at all times.") ?>
- <br/><input type='submit' name='setrw' value='<?php echo gettext("Save") ?>'>
+ <br /><input type='submit' name='setrw' value='<?php echo gettext("Save") ?>'>
</form>
</td>
</tr>
@@ -215,12 +215,12 @@ if ($savemsg)
<?php echo "{$COMPLETE_BOOT_PATH} -> {$TOFLASH}"; ?>
</option>
</select>
- <br/>
+ <br />
<?=gettext("This will duplicate the bootup slice to the alternate slice. Use this if you would like to duplicate the known good working boot partition to the alternate.");?>
</td>
</tr>
<tr>
- <td valign="top" class="">&nbsp;</td><td><br/><input type='submit' value='Duplicate slice'></form></td>
+ <td valign="top" class="">&nbsp;</td><td><br /><input type='submit' value='Duplicate slice'></form></td>
</tr>
<tr>
<td colspan="2" valign="top" class="">&nbsp;</td>
OpenPOWER on IntegriCloud