Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Component/s: Module: Questionnaire
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
The email notification uses the same html-based body content for both text/plain as well as text/html. This results in break tags appearing before each line in the plain text version.
I will attach a possible patch tomorrow.
Here is a possible patch. I have created two separate email bodies: one for html emails, one for plain text emails.