http://localhost/featured-feed-test?format=feed&type=rsshttp://localhost/index.php?option=com_content&view=featured&format=feed&type=rss5.4
The feed should show only the content after the Read More break ("BB1", "BB2") because Show Intro Text = Hide.
<description><![CDATA[<div class="feed-description"><p>BB1</p></div>]]></description>The feed shows both intro text and full text concatenated ("AA1" + "BB1", "AA2" + "BB2").
<description><![CDATA[<div class="feed-description"><p>AA1</p>
<p>BB1</p></div>]]></description>This is the same issue at #41445, but for the Feed for Featured Articles.
I made a fix for that issue; this one needs the same fix for Featured Articles.
| Labels |
Added:
No Code Attached Yet
bug
|
||
After thinking awhile, I realized that this issue could be consistent along the whole project's feeds.
I will search for it and make a new PR fixing them all (if there is).
For now, I separated what I found just for testing purpose. Otherwise, testing them together will be a little bit harder with a massive testing instruction.
I am open to discussing this.
After thinking awhile, I realized that this issue could be consistent along the whole project's feeds.
I will search for it and make a new PR fixing them all.