Span stripping in SiteOrigin Editor
-
Hi, I found that the span tag is stripped in SiteOrigin Editor after I save the page.
After I save the page, the span tag works in front-end. However, the span tag is stripped in the backend when I open SiteOrigin Editor to check again.
Below is the HTML code before I save.
<ul class="fa-ul feature"> <li><span class="fa-li"><i class="fas fa-check"></i></span>test1</li> <li><span class="fa-li"><i class="fas fa-check"></i></span>test2</li> </ul>
Below is the HTML code after I save.
<ul class="fa-ul feature"> <li><i class="fas fa-check"></i>test1</li> <li><i class="fas fa-check"></i>test2</li> </ul>
Is there anyway to fix this problem?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Span stripping in SiteOrigin Editor’ is closed to new replies.