? ? Pending

User tests: Successful: Unsuccessful:

avatar PhilETaylor
PhilETaylor
16 Aug 2021

Summary of Changes

Remove space in XML Atom Feed

Testing Instructions

Visit your atom feed at http://example.com/index.php?format\feed&type=atom

Actual result BEFORE applying this Pull Request

Trailing space before closing tag

<feed xmlns="http://www.w3.org/2005/Atom" >

or with lang note double spacing

<feed xmlns="http://www.w3.org/2005/Atom"  xml:lang="en-gb">

Expected result AFTER applying this Pull Request

No trailing space

<feed xmlns="http://www.w3.org/2005/Atom">

or with lang note single spacing

<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">

Documentation Changes Required

None

avatar PhilETaylor PhilETaylor - open - 16 Aug 2021
avatar PhilETaylor PhilETaylor - change - 16 Aug 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 16 Aug 2021
Category Libraries
avatar ricardo1709 ricardo1709 - test_item - 17 Aug 2021 - Tested successfully
avatar ricardo1709
ricardo1709 - comment - 17 Aug 2021

I have tested this item successfully on fa9a2b3


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35159.

avatar RickR2H RickR2H - test_item - 17 Aug 2021 - Tested successfully
avatar RickR2H
RickR2H - comment - 17 Aug 2021

I have tested this item successfully on fa9a2b3


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35159.

avatar Quy Quy - change - 19 Aug 2021
Status Pending Ready to Commit
avatar Quy
Quy - comment - 19 Aug 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35159.

avatar zero-24 zero-24 - change - 19 Aug 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-08-19 19:27:15
Closed_By zero-24
Labels Added: ? ?
avatar zero-24 zero-24 - close - 19 Aug 2021
avatar zero-24 zero-24 - merge - 19 Aug 2021
avatar zero-24
zero-24 - comment - 19 Aug 2021

Merged thanks

Add a Comment

Login with GitHub to post a comment