aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index f1169aeb4..5f8264beb 100644
--- a/include/items.php
+++ b/include/items.php
@@ -637,7 +637,7 @@ function item_store($arr) {
$arr['body'] = str_replace(
array('&', '>', '<', '"'),
- array('&' , '>' , '<', '&quot'),
+ array('&' , '>' , '<', '"'),
$arr['body']
);