mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 03:10:18 +01:00
Added thin space between memory usage reading and unit(%)
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
}
|
||||
if($memory_usage > 0.0)
|
||||
{
|
||||
echo "\"></i> Memory usage: " . sprintf("%.1f",100.0*$memory_usage) . "%</a>";
|
||||
echo "\"></i> Memory usage: " . sprintf("%.1f",100.0*$memory_usage) . " %</a>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user