Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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
| This issue has a non-specific relationship to: | ||||
| MDL-14292 | XML Parsing Error in Firefox |
|
|
|
1. |
additional missing translations | |
|
Roberto Pinna |
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
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!