diff --git a/Resources/code.js b/Resources/code.js index b1e70eeb..45107a6b 100644 --- a/Resources/code.js +++ b/Resources/code.js @@ -123,7 +123,7 @@ $(this).html("(quoted tweet)"); }); - body.children().not("p,div.js-quote-detail").remove(); + body.children().not("p,span,div.js-quote-detail").remove(); var characters = html.find(".js-tweet-text:first").text().length; if (characters == 0)return;