-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.11.13, 4.0.7, 4.1.3, 4.1.5
-
MOODLE_311_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
Hi Team,
Maybe someone can help me with this.
Description
When you have a label and check the HTML code in the text editor, you automatically see the closing element </p>. And the structure of the tag's content is displayed differently.
This happens in graphic, snap, classic and boost themes. But visually in Firefox and Edge a change is observed.
Check the video and images below: https://share.vidyard.com/watch/EbvsygLjT6MkUqsxH2CbMY?
STEPS TO REPLY
1. Login to the site.
2. Create course.
3. Create a label.
4. Save change.
5. Return to the label configuration.
6. Review in the text editor the HTML code.
I used in the content of my tag this example.
<p class="inst"> |
<span style="font-size:5px; color:#ffffff;">Propiedad intelectual: </span> |
<br>
|
<div class="animated-image"> |
<div class="anim-play-resume-buttons"> |
<button class="anim-play-button btn btn-xs" role="button" aria-label="Resume GIF animation."> |
<span class="icon fa fa-play fa-fw"></span> |
</button>
|
<button class="anim-pause-button btn btn-xs" role="button" aria-label="Pause GIF animation."> |
<span class="icon fa fa-pause fa-fw"></span> |
</button>
|
</div>
|
</div>
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus consectetur rhoncus interdum. Donec ut massa.
|
</p>
|
Thanks Team.