diff --git a/bridges/PikabuBridge.php b/bridges/PikabuBridge.php index 5df020f922c..671d7a15d7e 100644 --- a/bridges/PikabuBridge.php +++ b/bridges/PikabuBridge.php @@ -140,7 +140,7 @@ public function collectData(){ $item['title'] = $title; $item['content'] = strip_tags( backgroundToImg($post->find('.story__content-inner', 0)->innertext), - '

+ '

'); $item['uri'] = $title_element->href; $item['timestamp'] = strtotime($time->getAttribute('datetime'));