We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8044ef + 6f52268 commit e20b690Copy full SHA for e20b690
lib/internal/Magento/Framework/Stdlib/DateTime/Filter/Date.php
@@ -55,9 +55,8 @@ public function filter($value)
55
$value = $this->_normalToLocalFilter->filter($this->_localToNormalFilter->filter($value));
56
57
/**
58
- * its not a space in str_replace, don't delete it, it would cause a bug
59
* @todo MAGETWO-51391
60
*/
61
- return str_replace(' ', '', $value);
+ return str_replace("\xc2\xa0", '', $value);
62
}
63
0 commit comments