When...
<p> TYPE <nolink> SOMETHING </nolink> TYPE </p>
|
...is entered into TinyMCE, when it is saved it gets reformatted to...
<p> TYPE </p><nolink>SOMETHING</nolink><p>TYPE</p>
|
...which is presented as...
TYPE
|
|
SOMETHING
|
|
TYPE
|
Steps to replicate:
- Create a Label in a Course Go to HTML mode in TinyMCE
- Add the following.
<p> TYPE <nolink> SOMETHING </nolink> TYPE </p>
Actual result: The text is formatted as shown above.
Expected result: It would be that it would be a complete sentence with no line breaks.
- has been marked as being related by
-
MDL-50054 <nolink> tag breaks texts in HTML pages
-
- Closed
-