mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Code for 4.8.0
This commit is contained in:
@@ -371,6 +371,7 @@ class Steam
|
||||
];
|
||||
$replace = "\x20"; // plain old normal space
|
||||
$string = str_replace($search, $replace, $string);
|
||||
$string = str_replace(["\n", "\t", "\r"], "\x20", $string);
|
||||
|
||||
return trim($string);
|
||||
}
|
||||
|
Reference in New Issue
Block a user