Added thin space between memory usage reading and unit(%)

This commit is contained in:
Barisi
2017-03-05 17:41:21 +00:00
parent 5f4578738f
commit 2653e52fc8

View File

@@ -348,7 +348,7 @@
}
if($memory_usage > 0.0)
{
echo "\"></i> Memory usage:&nbsp;&nbsp;" . sprintf("%.1f",100.0*$memory_usage) . "%</a>";
echo "\"></i> Memory usage:&nbsp;&nbsp;" . sprintf("%.1f",100.0*$memory_usage) . "&thinsp;%</a>";
}
else
{