mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Trying to fix the blank line jumps
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user