cajkan
Active Member
Hello VL,
Recently i had small problems with html tags, example :
  & <em> <i> <div></div>
1. Some users register into our sites with "&" - test.com/something.php?page=reward&i=4
2. Into custom page editor, if we add some empty div class - <div class="line"></div>
This div gets automatically <div class="line"> </div>, now the next time you save the page that element will not appear into the page.
3. <i> - Mostly used for custom fonts, and other stuff, this tag automatically gets <em> tag, once its saved the page.
Now if we run any validator ( im using http://validator.w3.org/ ", we get errors for all thouse tags.
Now my request is "&", "?", etc.. this tags to be converted automatically as   & <i> <div></div> etc...
Recently i had small problems with html tags, example :
  & <em> <i> <div></div>
1. Some users register into our sites with "&" - test.com/something.php?page=reward&i=4
2. Into custom page editor, if we add some empty div class - <div class="line"></div>
This div gets automatically <div class="line"> </div>, now the next time you save the page that element will not appear into the page.
3. <i> - Mostly used for custom fonts, and other stuff, this tag automatically gets <em> tag, once its saved the page.
Now if we run any validator ( im using http://validator.w3.org/ ", we get errors for all thouse tags.
Now my request is "&", "?", etc.. this tags to be converted automatically as   & <i> <div></div> etc...