- πΊπΈUnited States DamienMcKenna NH, USA
The RSS spec says that LINK, TITLE and URL elements are required, so let's make sure we have test coverage for this output.
- πΊπΈUnited States DamienMcKenna NH, USA
The current test coverage is fine, we just need to fix the bug.
- πΊπΈUnited States DamienMcKenna NH, USA
This doesn't work because a regular LINK tag is normally a self-closing tag, so it's not expecting to create a structure like
<link>VALUE</link>
, it wants to create something along the line of<link content="VALUE" />
. - Status changed to Needs review
over 1 year ago 12:00pm 24 September 2023 - last update
over 1 year ago 2 pass - πΊπΈUnited States DamienMcKenna NH, USA
My efforts to work around the restrictions of the HTML structure are proving to be rather frustrating.
Let's see if this works.
-
DamienMcKenna β
committed 19abaf50 on 8.x-2.x
Issue #3303538 by DamienMcKenna: Channel image link is empty.
-
DamienMcKenna β
committed 19abaf50 on 8.x-2.x
- Status changed to Fixed
over 1 year ago 12:22pm 24 September 2023 - πΊπΈUnited States DamienMcKenna NH, USA
That worked. It's a clusterfsck, I feel like I need a shower, but it works.
Committed.
Automatically closed - issue fixed for 2 weeks with no activity.