Moodle

XML Parsing errors in myjournal/mod.html

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 1.8
  • Fix Version/s: None
  • Component/s: Journal
  • Labels:
    None
  • Environment:
    firefox 2.0
  • Affected Branches:
    MOODLE_18_STABLE

Description

cannot display edit journal page due to xml parsing errors:

Lines 169-171
<td colspan="2"><hr />
</tr>
</tr>

Should be:
<td colspan="2"><hr />
</td>
</tr>

Line 351:
</option>

Should be removed.

Line 359:
echo "</td></tr></table>";

Should be:
echo "</td></tr></table></td></tr>";

Issue Links

Activity

Hide
Dan Marsden added a comment -

Journal is no longer a Core Moodle module - it is now a 3rd party contributed plugin - if this is still an issue with the latest code, please create a new tracker issue in the "contrib, 3rd party code" area of the tracker - thanks!

Show
Dan Marsden added a comment - Journal is no longer a Core Moodle module - it is now a 3rd party contributed plugin - if this is still an issue with the latest code, please create a new tracker issue in the "contrib, 3rd party code" area of the tracker - thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: