Issue Details (XML | Word | Printable)

Key: MDL-8922
Type: Bug Bug
Status: Reopened Reopened
Priority: Minor Minor
Assignee: moodle.com
Reporter: Dan Poltawski
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

RSS Block Can Break Strict

Created: 16/Mar/07 12:28 AM   Updated: 13/Nov/09 04:08 PM
Return to search
Component/s: Administration
Affects Version/s: 1.9
Fix Version/s: 2.0

Participants: Dan Poltawski, Mathieu Petit-Clair, moodle.com and Nicolas Connault
Security Level: None
Resolved date: 26/Mar/07
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Feed titles with & in will break strict

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dan Poltawski added a comment - 16/Mar/07 12:59 AM
Fixed some of the output functions for the main page.

The configuration page doesn't validate at all, though


Nicolas Connault added a comment - 26/Mar/07 11:07 AM
MDL-8922: Had to modify another bunch of files to fix a simple problem: 2 when a config block contains a form, the previous form needs to be closed 3 properly (it was, but there were non-matching closing divs etc...)

Mathieu Petit-Clair added a comment - 19/Dec/07 05:22 PM
In recent 19_STABLE, this problem seems to be back. When following the link to manage rss feeds from a RSS block, the first screens work all right, but the feed management screen breaks down with a "mismatched tag. Expected: </form>" message.

Putting the "</div></form>" line back on line 529 of lib/rsslib.php fixes the problem.


Mathieu Petit-Clair added a comment - 19/Dec/07 05:28 PM
This is only in 1.9. This does not occur in 1.8, which is quite strange since both versions of rss_get_form() are identical (to a single blank character).

I'm wondering if this is a local bug, but since I've got a clean checkout...