Change vc console backgroud blankspace with its entity

This commit is contained in:
Calvo 2022-11-16 09:32:08 +01:00
parent 51e832503a
commit d8967804dd
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ final class Container extends Model
null
);
return ($backgroundImage === 'None.png') ? null : str_replace(' ', '_', $backgroundImage);
return ($backgroundImage === 'None.png') ? null : str_replace(' ', '%20', $backgroundImage);
}