-
Bug
-
Resolution: Fixed
-
Critical
-
1.9.10, 1.9.11
-
MySQL
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
Insert this code in HTML mode.
TEXT MIDDLE and LINK will be missing on save. (Must activate multimedia plugin)
I have tested it in 1.9.10 and 1.9.11+
But it was working in 1.9.7
TEXT BEFORE
|
<a href="http://www.domain.com/moodle/file.php/123/Test.pdf" target="_blank" title="Lien">LINK</a>
|
TEXT MIDDLE
|
<a href="http://www.domain.com/moodle/file.php/123/music.mp3">AUDIO LINK</a>
|
TEXT AFTER
|
I think the regex are incorrect in filter.php but they seems to be OK in moodle 2.0 branch
I moved it to "major" cause it breaks something that was working before..