Not a bug I entered prefix css

htsumer

Active member
Affected version
v2.2.3
I entered css for prefix
Code:
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<span class="style1">&Ouml;nek Se&ccedil;</span>

1612698248780.png



It ends like this

1612698358000.png

But while moving the subject this gives an error

1612698436042.png
 
This is generally expected and by design to ensure all HTML is always properly escaped. Some phrases in some places may support HTML others may not. This is one of those situations where HTML is not supported.

There’s other ways to achieve what you want to do. Generally trying to inject styling into a phrase is not an approach we would recommend.
 
Top Bottom