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:
_____________________________
If i put the XenForo syntax (http://prntscr.com/9ygr53):
.myclass {
content: "{$xenOptions.tc_toolsbar_block1_tooltip}"
}
Don't work:
Would you have an idea to solve my problem?
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:
_____________________________
If i put the XenForo syntax (http://prntscr.com/9ygr53):
.myclass {
content: "{$xenOptions.tc_toolsbar_block1_tooltip}"
}
Don't work:
Would you have an idea to solve my problem?