"share" - now the attribut value for the "author" is escaped
This commit is contained in:
parent
f4bc5c57f3
commit
7c7d3fe5de
5 changed files with 5 additions and 6 deletions
|
|
@ -809,7 +809,7 @@ function get_atom_elements($feed,$item) {
|
|||
logger('get_atom_elements: fixing sender of repeated message.');
|
||||
|
||||
if (intval(get_config('system','new_share'))) {
|
||||
$prefix = "[share author='".$name.
|
||||
$prefix = "[share author='".str_replace("'", "'",$name).
|
||||
"' profile='".$uri.
|
||||
"' avatar='".$avatar.
|
||||
"' link='".$orig_uri."']";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue