From db24f55c86c20f78d43db2ca9c8e2a32dbef3053 Mon Sep 17 00:00:00 2001 From: triatic <42704418+triatic@users.noreply.github.com> Date: Fri, 21 Sep 2018 19:19:22 +0100 Subject: [PATCH] [FB2Bridge] Do not strip
');
+ $content = strip_tags($content, '');
//Adapt link hrefs: convert relative links into absolute links and bypass external link redirection
$content = preg_replace_callback('/ href=\"([^"]+)\"/i', $unescape_fb_link, $content);