summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-10-01 21:50:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-10-01 21:50:40 +0000
commit72ca7c7779d365bd264c35f989a5ee95e5f411a5 (patch)
treef487afce94a730a60a631054aaf212d6b1c18733 /usr
parentafa829bb99cb406df884d3ffcdb902260ea2b1a3 (diff)
downloadpfsense-72ca7c7779d365bd264c35f989a5ee95e5f411a5.zip
pfsense-72ca7c7779d365bd264c35f989a5ee95e5f411a5.tar.gz
Only break twice if we are asking for kernel type.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 8fd965f..8d7e6a6 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -203,9 +203,9 @@ print_info_box($sig_warning);
echo "<option value='wrap'>Embedded kernel</option>";
echo "<option value='wrap'>Developers kernel</option>";
echo "</select>";
+ echo "<br><br>";
}
}
- echo "<br><br>";
?>
<input name="Submit" type="submit" class="formbtn" value="Upgrade firmware">
<?php endif; else: ?>
OpenPOWER on IntegriCloud