repair double-encoded double quotes
This commit is contained in:
@@ -636,8 +636,8 @@ function item_store($arr) {
|
|||||||
// they came through.
|
// they came through.
|
||||||
|
|
||||||
$arr['body'] = str_replace(
|
$arr['body'] = str_replace(
|
||||||
array('&','>','<'),
|
array('&', '>', '<', '"'),
|
||||||
array('&' ,'>' ,'<'),
|
array('&' , '>' , '<', '"'),
|
||||||
$arr['body']
|
$arr['body']
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user