aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2011-01-21 07:08:02 +0100
committerroot <root@diekershoff.homeunix.net>2011-01-21 07:08:02 +0100
commit21bc6982acc78ca44fc6babf9654c619e8dee0e5 (patch)
treee747ca104e971f97fe287663208c26f5390001a5 /include/items.php
parent030f6f306cba0f025d124fc7a2912a2bafb291be (diff)
parentc574e4c5879312f57db43436044285de56026f0b (diff)
downloadvolse-hubzilla-21bc6982acc78ca44fc6babf9654c619e8dee0e5.tar.gz
volse-hubzilla-21bc6982acc78ca44fc6babf9654c619e8dee0e5.tar.bz2
volse-hubzilla-21bc6982acc78ca44fc6babf9654c619e8dee0e5.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'include/items.php')
-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('&amp;amp;','&amp;gt;','&amp;lt;'),
- array('&amp;' ,'&gt;' ,'&lt;'),
+ array('&amp;amp;', '&amp;gt;', '&amp;lt;', '&amp;quot;'),
+ array('&amp;' , '&gt;' , '&lt;', '&quot'),
$arr['body']
);