From 716f5ddc0e20c10cb77ded46380cc376913a92fd Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Sat, 24 Jul 2021 00:30:52 +0500 Subject: [PATCH] [PikabuBridge] Do not strip strikethrough tags in body content --- bridges/PikabuBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/PikabuBridge.php b/bridges/PikabuBridge.php index 5df020f9..671d7a15 100644 --- a/bridges/PikabuBridge.php +++ b/bridges/PikabuBridge.php @@ -140,7 +140,7 @@ class PikabuBridge extends BridgeAbstract { $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'));