mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01462
[Bug 633799] [NEW] Leap2a export fails for views with blogpost blocks
Public bug reported:
There is a stray closing '</div>' in the template that renders single
blogposts. This causes the html parser in the leap2a export to return 2
elements when it's expecting only 1, and then crashes the entire export.
I've removed the offending closing tag and made the export a little less
fragile.
** Affects: mahara
Importance: High
Assignee: Richard Mansfield (richard-mansfield)
Status: Fix Committed
** Changed in: mahara
Status: New => Fix Committed
** Changed in: mahara
Importance: Undecided => High
** Changed in: mahara
Assignee: (unassigned) => Richard Mansfield (richard-mansfield)
** Changed in: mahara
Milestone: None => 1.3.0
--
Leap2a export fails for views with blogpost blocks
https://bugs.launchpad.net/bugs/633799
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Fix Committed
Bug description:
There is a stray closing '</div>' in the template that renders single blogposts. This causes the html parser in the leap2a export to return 2 elements when it's expecting only 1, and then crashes the entire export. I've removed the offending closing tag and made the export a little less fragile.
Follow ups
References