Fix missing XML namespace in RSS feeds #1

Open
lucidiot wants to merge 1 commits from lucidiot/cleric-plus-thief:add-xmlns-atom into main

I got a whole bunch of errors while trying to import my subscriptions into another feedreader, and among them were these feeds because the atom XML namespace was not specified. The W3C validator was not happy either!

I got a whole bunch of errors while trying to import my subscriptions into another feedreader, and among them were these feeds because the `atom` XML namespace was not specified. The W3C validator was not happy either!
lucidiot added 1 commit 2023-10-14 04:41:12 +00:00
81d83c12fe Fix missing XML namespace in RSS feeds
I got a whole bunch of errors while trying to import my subscriptions into another feedreader, and among them were these feeds because the `atom` XML namespace was not specified. The W3C validator was not happy either!
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b lucidiot-add-xmlns-atom main
git pull add-xmlns-atom

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff lucidiot-add-xmlns-atom
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dozens/cleric-plus-thief#1
There is no content yet.