Non-core contributed modules

Html pages not well formed

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4
  • Fix Version/s: 1.7, 1.8, 1.9
  • Component/s: Block: Email_list
  • Labels:
    None
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE

Description

When you set your Moodle site to use 'XML strict headers' in the Server -> Debugging, email_list is the only application that crashes

Activity

Hide
Toni Mas added a comment -

Fix all html malformed tags. Thanks Mawuli

Show
Toni Mas added a comment - Fix all html malformed tags. Thanks Mawuli
Hide
Mawuli Kuivi added a comment -

Need some more fixes:

1. email_list/block_email_list.php
ML Parsing Error: not well-formed error in line 61.

Solution: Replace the '&' with '&amp'

2. blocks/email_list/email/sendmail.php
ML Parsing Error: mismatched tag. Expected </link>: in line 110

Solution: add '/' to the participants/autocomplete-skin.css input line as href="participants/autocomplete-skin.css"/>

Show
Mawuli Kuivi added a comment - Need some more fixes: 1. email_list/block_email_list.php ML Parsing Error: not well-formed error in line 61. Solution: Replace the '&' with '&amp' 2. blocks/email_list/email/sendmail.php ML Parsing Error: mismatched tag. Expected </link>: in line 110 Solution: add '/' to the participants/autocomplete-skin.css input line as href="participants/autocomplete-skin.css"/>
Hide
Mawuli Kuivi added a comment -

Looks like the is a lot XML Parsing Error: mismatched tag when you try to compose a mail.

Try composing a mail and and try adding contacts to the mail.

Show
Mawuli Kuivi added a comment - Looks like the is a lot XML Parsing Error: mismatched tag when you try to compose a mail. Try composing a mail and and try adding contacts to the mail.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: