mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
birthday notifications: missing div close
This commit is contained in:
parent
3811923c14
commit
2e0a3e0693
4 changed files with 5 additions and 4 deletions
|
@ -181,7 +181,7 @@
|
|||
'$feed_title' => xmlify($owner['name']),
|
||||
'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', $updated . '+00:00' , ATOM_TIME)) ,
|
||||
'$hub' => $hubxml,
|
||||
'$salmon' => '', // private feed, we don't use salmon here
|
||||
'$salmon' => '', // private feed, we don't use salmon here
|
||||
'$name' => xmlify($owner['name']),
|
||||
'$profile_page' => xmlify($owner['url']),
|
||||
'$photo' => xmlify($owner['photo']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue