Menu

#223 Parsing tags - nested tag disappears

v1.0 (example)
open
nobody
parsed tags (1)
5
2013-12-02
2013-12-02
jassibus
No

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.

Discussion


Log in to post a comment.