1
Hey Folks,
When, for example, creating a new block it appears that special characters are handled non-uniformly.
Giving a new block the title: "New Block" renders the following code:
ps. Because of the interpretation result, the code example "quot" is mispelled on purpose.
<legend class="blockTitle">&qout;New Block&qout;legend>
Giving the block the same content: "New Block" renders the following code:
<div class="blockContent">"New Block"div>
I've come across several occasions (hacks) where code couldn't be executed as HTML because I'm not sure how to control this interpretation thing.
Any help is greatly appreciated,
Jeffrey