Merge pull request #1513 from pixelfed/trwnh-fix-1512

Fix #1512
This commit is contained in:
daniel 2019-07-17 21:32:58 -06:00 committed by GitHub
commit 4ff26de873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/* Using an echo tag here so the `<? ... ?>` won't get parsed as short tags */
'<?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>
<title>{{$profile->username}} on Pixelfed</title>
<subtitle>{{$profile->bio}}</subtitle>