Css content:" " and $xenOptions, replace ' by Ǝ

Allan

Well-known member
Hello,

I have a problem with content:"" css and $xenOptions, it replace ' by Ǝ

Example:

If i put directly the text in content css:
.myclass {
content: "It's me"
}

It work:
Screenshot_8.webp

_____________________________

If i put the XenForo syntax (http://prntscr.com/9ygr53):
.myclass {
content: "{$xenOptions.tc_toolsbar_block1_tooltip}"
}
Don't work:
Screenshot_9.webp


Would you have an idea to solve my problem?
 
Top Bottom