Skip to content

Commit

Permalink
Fixed RSS feed headers
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Jan 8, 2021
1 parent 9256b6d commit d121545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Command/Web/FeedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function handle()
->appendTo($channel);
}

header('application/rss+xml');
header('Content-type: application/rss+xml');
echo $feed;
}
}

0 comments on commit d121545

Please sign in to comment.