Project

General

Profile

« Previous | Next » 

Revision ebcd13ca

Added by Jim Pingle almost 14 years ago

Add missing ?, fix uname display. Fixes #1960

View differences:

usr/local/www/widgets/widgets/system_information.widget.php
93 93
				<br />
94 94
				built on <?php readfile("/etc/version.buildtime"); ?>
95 95
                <br />
96
                <div name="uname" id="uname"><a href="#" onClick='swapuname(); return false;'><php echo php_uname("s") . " " . php_uname("r"); ?></a></div>
96
                <div name="uname" id="uname"><a href="#" onClick='swapuname(); return false;'><?php echo php_uname("s") . " " . php_uname("r"); ?></a></div>
97 97
                <div id='updatestatus'><br/>Obtaining update status...</div>
98 98
			</td>
99 99
		</tr>

Also available in: Unified diff