Hi,
I found some mistake with parsing tags. I mean tags from function 'getParsedTags' of php_parser.php file. Text value changes by itself if some tag from getParsedTags function contains other parsed tag from this function (nested tag disappears).
Example to explain:
<textarea>Some <b>text</b> with some tag: <a href="http://mywebsite.com">my website</a>!</textarea>is changed to:
<textarea>Some <b>text</b> with some tag: my website!</textarea>How to solve this problem?
Thanks in advance.
Regards.