mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix stray tag
This commit is contained in:
@ -7,7 +7,6 @@ require './proc-lib.pl';
|
||||
# Show CPU load and type
|
||||
&index_links("cpu");
|
||||
if (defined(&get_cpu_info)) {
|
||||
print "<table>\n";
|
||||
@c = &get_cpu_info();
|
||||
if (@c) {
|
||||
print &ui_table_start(undef, undef, 2);
|
||||
|
Reference in New Issue
Block a user