Add missing ?, fix uname display. Fixes #1960

This commit is contained in:
jim-p 2011-10-17 11:12:31 -04:00
parent 8800783f5d
commit ebcd13cac1

View File

@ -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>