Change vc console backgroud blankspace with its entity
This commit is contained in:
parent
51e832503a
commit
d8967804dd
|
@ -181,7 +181,7 @@ final class Container extends Model
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
|
||||||
return ($backgroundImage === 'None.png') ? null : str_replace(' ', '_', $backgroundImage);
|
return ($backgroundImage === 'None.png') ? null : str_replace(' ', '%20', $backgroundImage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue