]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
fix quotes (again)
[friendica.git] / include / items.php
index f1169aeb412cda6c3713bf3c5604cfede49d0bff..5f8264beb860a64708a3da8ff407fd17d06d9181 100644 (file)
@@ -637,7 +637,7 @@ function item_store($arr) {
 
        $arr['body']          = str_replace(
                                                                array('&', '>', '<', '"'),
-                                                               array('&'    , '>'    , '<',     '&quot'),
+                                                               array('&'    , '>'    , '<',     '"'),
                                                                $arr['body']
                                                        );