mirror of https://github.com/ThunixdotNet/www.git
Trying to fix the blank line jumps
This commit is contained in:
parent
44f44221a6
commit
65b94241f2
|
@ -65,11 +65,12 @@ while (($line = fgetcsv($f)) !== false) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "</tr><p>\n";
|
echo "</tr>\n";
|
||||||
}
|
}
|
||||||
echo "\n</table><p>\n";
|
echo "\n</table>\n";
|
||||||
fclose($f);
|
fclose($f);
|
||||||
?>
|
?>
|
||||||
|
<!-- End of the monitoring script portion -->
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue