Преглед на файлове

Merge pull request #1514 from pixelfed/frontend-ui-refactor

Fix #1512
daniel преди 6 години
родител
ревизия
738f814d93
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/views/atom/user.blade.php

+ 1 - 1
resources/views/atom/user.blade.php

@@ -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>