1
jeffcar
Special Characters
  • 2006/1/22 16:15

  • jeffcar

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


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