Element such as <i class="fas fa-dice"></i> are rendered such <i class="fas fa-dice"/> because of XMLSerializer.
With jquery 3.3.1 it seems that was correctly inserted with <i class="fas fa-dice"></i>
With jquery 3.6 it is not the case, and lead to produce incorrect HTML
Laurence Aumeunier
added a comment - Element such as <i class="fas fa-dice"></i> are rendered such <i class="fas fa-dice"/> because of XMLSerializer.
With jquery 3.3.1 it seems that was correctly inserted with <i class="fas fa-dice"></i>
With jquery 3.6 it is not the case, and lead to produce incorrect HTML
same issue with "My projects"