Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.7, 3.9.4, 3.10.1, 3.11, 4.0
Description
The problem is strip_tags will join words together:
<p>Some text</p>
<p><br/><p>
<p>Some more text</p>
How many words ? Moodle thinks it's 4.
Also count_letters includes the letters in HTML entities - eg is 6 letters.