-
Bug
-
Resolution: Incomplete
-
Minor
-
None
-
2.3.3, 2.4.3
-
None
-
MOODLE_23_STABLE, MOODLE_24_STABLE
I use certain html tags such as "div id" in the forum discussion topic and post texts. With the standard forum this works without any problem (and I can modify the css to change the effect we get in texts) but when I copy and paste the same exact html into forumNG and save it, it is stripped of parts of the codes, e.g:
<div id="right-hand-bubble"> any text here </div>
becomes:
<div> any text here </div>
This seems to be a forumNG bug. (or have I got something wrong?)
Thanks,
P. H.