fix quotes (again)

This commit is contained in:
Friendika 2011-01-23 03:25:03 -08:00
parent 461625e378
commit ab62b8f712
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ function item_store($arr) {
$arr['body'] = str_replace(
array('&', '>', '<', '"'),
array('&' , '>' , '<', '&quot'),
array('&' , '>' , '<', '"'),
$arr['body']
);