Fix stray tag

This commit is contained in:
Ilia Ross
2023-10-15 15:33:11 +03:00
parent 3718835b23
commit 03f80d707e

View File

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