mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Fix #1512
This commit is contained in:
parent
354b5144ac
commit
736fdeb858
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
/* Using an echo tag here so the `<? ... ?>` won't get parsed as short tags */
|
/* Using an echo tag here so the `<? ... ?>` won't get parsed as short tags */
|
||||||
'<?xml version="1.0" encoding="UTF-8"?>'.PHP_EOL
|
'<?xml version="1.0" encoding="UTF-8"?>'.PHP_EOL
|
||||||
?>
|
?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
|
||||||
<id>{{$profile->permalink('.atom')}}</id>
|
<id>{{$profile->permalink('.atom')}}</id>
|
||||||
<title>{{$profile->username}} on Pixelfed</title>
|
<title>{{$profile->username}} on Pixelfed</title>
|
||||||
<subtitle>{{$profile->bio}}</subtitle>
|
<subtitle>{{$profile->bio}}</subtitle>
|
||||||
|
|
Loading…
Reference in a new issue