Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.4
-
Fix Version/s: 1.9.6
-
Component/s: Accessibility, RSS
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
Add a feed to a course (I added it to the home page).
Configure it properly adding the right XML address for a feed.
Now edit your just added feed by going to:
RSS feed block -> Add/Edit Feeds -> click the "Edit" icon on the right of the feed XML path.
You get a page (what I get is: http://yourMoodleSite/blocks/rss_client/block_rss_client_action.php?id=1&act=rssedit&rssid=1&shared=0&blogid=)
that is missing the close form tag. (</form>)
Of course, this page doesn't validate.
I can confirm the bug that Daniele reported. I'm also attaching a patch that should take care of it. I've tested the patch and works for me.