Add workaround for broken feeds
This commit is contained in:
parent
a3845faf3f
commit
2d63a26073
1
vendor/PicoFeed/Parser.php
vendored
1
vendor/PicoFeed/Parser.php
vendored
@ -149,6 +149,7 @@ abstract class Parser
|
||||
public function normalizeData($data)
|
||||
{
|
||||
$data = str_replace("\xc3\x20", '', $data);
|
||||
$data = str_replace("", '', $data);
|
||||
$data = $this->replaceEntityAttribute($data);
|
||||
return $data;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user