summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/system_information.widget.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-10-17 11:12:31 -0400
committerjim-p <jimp@pfsense.org>2011-10-17 11:13:12 -0400
commit7cc56826c8036cac40b95aab8e1c6349741e5e01 (patch)
tree08d7c56f2747d1836f5ab2d1db5c6dfe28652608 /usr/local/www/widgets/widgets/system_information.widget.php
parentebfc87d6b86ce83d93fe89d3f467846059fdd708 (diff)
downloadpfsense-7cc56826c8036cac40b95aab8e1c6349741e5e01.zip
pfsense-7cc56826c8036cac40b95aab8e1c6349741e5e01.tar.gz
Add missing ?, fix uname display. Fixes #1960
Diffstat (limited to 'usr/local/www/widgets/widgets/system_information.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/system_information.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/system_information.widget.php b/usr/local/www/widgets/widgets/system_information.widget.php
index 29fc2b4..77d556b 100644
--- a/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/usr/local/www/widgets/widgets/system_information.widget.php
@@ -93,7 +93,7 @@ $curcfg = $config['system']['firmware'];
<br />
built on <?php readfile("/etc/version.buildtime"); ?>
<br />
- <div name="uname" id="uname"><a href="#" onClick='swapuname(); return false;'><php echo php_uname("s") . " " . php_uname("r"); ?></a></div>
+ <div name="uname" id="uname"><a href="#" onClick='swapuname(); return false;'><?php echo php_uname("s") . " " . php_uname("r"); ?></a></div>
<div id='updatestatus'><br/>Obtaining update status...</div>
</td>
</tr>
OpenPOWER on IntegriCloud