Fixed to avoid a line break between size numbers and units.
This commit is contained in:
parent
36623eaf94
commit
9e91215205
@ -280,6 +280,7 @@ class IDF_Views_Source
|
||||
|
||||
function IDF_Views_Source_PrettySize($size)
|
||||
{
|
||||
return Pluf_Template::markSafe(Pluf_Utils::prettySize($size));
|
||||
return Pluf_Template::markSafe(str_replace(' ', ' ',
|
||||
Pluf_Utils::prettySize($size)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user