]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
fix quotes (again)
[friendica.git] / include / items.php
index 1fdbc6fc2090e4731a4b7e7f2be0dbad1b203a5a..5f8264beb860a64708a3da8ff407fd17d06d9181 100644 (file)
@@ -636,8 +636,8 @@ function item_store($arr) {
        // they came through. 
 
        $arr['body']          = str_replace(
-                                                               array('&','>','<'),
-                                                               array('&'    ,'>'    ,'<'),
+                                                               array('&', '>', '<', '"'),
+                                                               array('&'    , '>'    , '<',     '"'),
                                                                $arr['body']
                                                        );