Skip to content

Commit

Permalink
[PikabuBridge] Do not strip strikethrough tags in body content
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed Jul 23, 2021
1 parent 0ee549f commit 716f5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/PikabuBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function collectData(){
$item['title'] = $title;
$item['content'] = strip_tags(
backgroundToImg($post->find('.story__content-inner', 0)->innertext),
'<br><p><img><a>
'<br><p><img><a><s>
');
$item['uri'] = $title_element->href;
$item['timestamp'] = strtotime($time->getAttribute('datetime'));
Expand Down

0 comments on commit 716f5dd

Please sign in to comment.