https://bugs.kde.org/show_bug.cgi?id=340463

--- Comment #2 from Christophe Giboudeaux <[email protected]> ---
To be more precise. A relative url in 'link rel' is valid, but then the 'feed'
tag at the beginning of the atom file shall contain
'xml:base="https://github.com";'

ie:
instead of:
 <?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom";
xmlns:media="http://search.yahoo.com/mrss/"; xml:lang="en-US">

There should be:
 <?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom";
xmlns:media="http://search.yahoo.com/mrss/"; xml:lang="en-US"
xml:base="https://github.com";>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to