summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-09 20:12:00 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-09 20:12:00 -0800
commit157ba3f1287d422831983ed605c2673e2a967b0c (patch)
tree24b713cc80f5186aed1f8e0fa8dbf66951acad04 /src
parent50178455e74b379b4060ab7f9191b61666033bb0 (diff)
downloadpfsense-157ba3f1287d422831983ed605c2673e2a967b0c.zip
pfsense-157ba3f1287d422831983ed605c2673e2a967b0c.tar.gz
Remove blank line if version check disabled.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php
index c5da475..cf7e06d 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -124,8 +124,8 @@ $filesystems = get_mounted_filesystems();
<br />
<span title="<?php echo php_uname("a"); ?>"><?php echo php_uname("s") . " " . php_uname("r"); ?></span>
<?php endif; ?>
- <br/><br/>
<?php if (!isset($config['system']['firmware']['disablecheck'])): ?>
+ <br /><br />
<div id='updatestatus'><?php echo gettext("Obtaining update status "); ?><i class="fa fa-cog fa-spin"></i></div>
<?php endif; ?>
</td>
OpenPOWER on IntegriCloud