Minor fix
This commit is contained in:
@@ -80,6 +80,7 @@ class PathHelper {
|
||||
|
||||
path = StringTools.replace (path, "^,", ",");
|
||||
path = StringTools.replace (path, ",", "^,");
|
||||
path = StringTools.replace (path, "^ ", " ");
|
||||
path = StringTools.replace (path, " ", "^ ");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user