Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Component/s: moodle.org
-
Labels:None
Description
See linked URL. First comment reads:
query about moodle.org - anyone know how many users have forum mail set to digest? For example this would give a percentage: select 100.0 * (select count(1) from mdl_user where maildigest0) / (select count(1) from mdl_user) AS percentage
Part of this should read:
select count(1) from mdl_user where maildigest<>0
It appears that the HTML special characters < and > have been stripped out entirely. Expected behaviour would be that these are output to the browser as < and > so that they display normally.
I did not test other characters but it might be worth somebody testing & ' and UTF-8 characters eg Chinese/Japanese text).
Reassigning to our super-skilled UTF-8 specialist.