fix quotes (again)
This commit is contained in:
parent
461625e378
commit
ab62b8f712
|
@ -637,7 +637,7 @@ function item_store($arr) {
|
|||
|
||||
$arr['body'] = str_replace(
|
||||
array('&', '>', '<', '"'),
|
||||
array('&' , '>' , '<', '"'),
|
||||
array('&' , '>' , '<', '"'),
|
||||
$arr['body']
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue