Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9.12, 2.0.3
-
Any
-
MOODLE_19_STABLE, MOODLE_20_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
wip-
MDL-27771-master -
-
Easy
-
- Nothing really to test this just fixes a typo
Description
Looking at the text filter while working on another filter I found a small typo in filter/tex/filter.php
line 171
if ($texexp === '') {
|
contninue;
|
I think that as it is rarely (if ever !) executed nobody spotted it