aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php
index 1fdbc6fc2..f1169aeb4 100644
--- a/include/items.php
+++ b/include/items.php
@@ -636,8 +636,8 @@ function item_store($arr) {
// they came through.
$arr['body'] = str_replace(
- array('&','>','<'),
- array('&' ,'>' ,'<'),
+ array('&', '>', '<', '"'),
+ array('&' , '>' , '<', '&quot'),
$arr['body']
);