]> git.mxchange.org Git - friendica-addons.git/blobdiff - fromgplus/fromgplus.php
Massive reworking of the export connectors using the plaintext function, improving...
[friendica-addons.git] / fromgplus / fromgplus.php
index 27479abf780c4406e0da68174710e60a3af17d03..d2b496baf8312dd5b1bf1d038c2581c36bb0576c 100644 (file)
@@ -243,7 +243,7 @@ function fromgplus_cleantext($text) {
        $trash = html_entity_decode("", ENT_QUOTES, 'UTF-8');
 
        $text = strip_tags($text);
-       $text = html_entity_decode($text);
+       $text = html_entity_decode($text, ENT_QUOTES);
        $text = trim($text);
        $text = str_replace(array("\n", "\r", " ", $trash), array("", "", "", ""), $text);
        return($text);