summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.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/system_firmware.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/system_firmware.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/system_firmware.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 1dbd77b..65b556d 100755..100644
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -227,10 +227,10 @@ include("head.inc");
<?php if ($fwinfo <> "") print_info_box($fwinfo); ?>
<?php if ($sig_warning && !$input_errors): ?>
<?php
- $sig_warning = "<strong>" . $sig_warning . "</strong><br/>" . gettext("This means that the image you uploaded " .
+ $sig_warning = "<strong>" . $sig_warning . "</strong><br />" . gettext("This means that the image you uploaded " .
"is not an official/supported image and may lead to unexpected behavior or security " .
"compromises. Only install images that come from sources that you trust, and make sure ".
- "that the image has not been tampered with.") . "<br/><br/>".
+ "that the image has not been tampered with.") . "<br /><br />".
gettext("Do you want to install this image anyway (on your own risk)?");
print_info_box($sig_warning);
if(stristr($_FILES['ulfile']['name'],"nanobsd"))
@@ -267,9 +267,9 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<?php if (!is_subsystem_dirty('rebootreq')): ?>
<?php if (!is_subsystem_dirty('firmware')): ?>
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Enable firmware upload");?>" />
- <br/>
+ <br />
<?php printf(gettext('Click "Enable firmware upload" to begin.'),$g['firmware_update_text']);?>
- <br/>
+ <br />
<?php else: ?>
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Disable firmware upload");?>" />
</td>
@@ -295,13 +295,13 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
echo "<option value='{$kerntype}'>{$kerndescr}</option>";
}
echo "</select>";
- echo "<br/>";
+ echo "<br />";
}
}
?>
<?php if ($g['hidebackupbeforeupgrade'] === false): ?>
<input type="checkbox" name='backupbeforeupgrade' id='backupbeforeupgrade' /> <?=gettext("Perform full backup prior to upgrade");?>
- <br/>
+ <br />
<?php endif; ?>
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Upgrade firmware");?>" />
<?=gettext('Click "Upgrade firmware" to start the upgrade process.');?>
@@ -317,7 +317,7 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<span class="vexpl">
<span class="red">
<strong>
- <?=gettext("Warning:");?><br/>
+ <?=gettext("Warning:");?><br />
</strong>
</span>
<?=gettext("DO NOT abort the firmware upgrade once it " .
OpenPOWER on IntegriCloud