awci / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Wrong PHP in attribute parcing #180

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If PHP code inserted in attributes of tag like:
<tag name="<?php ... ?>" name2="<?php ... ?>" >
parser transform this to
<tag name="<?php .... name2=.... ?>" > (merges all attributes to one) >

also there is trivial bug with wrong variable name in method 
_phpToMarkupCallback , it is noted in other bug reports,but did not included in 
source tree

Original issue reported on code.google.com by vzorvat@gmail.com on 23 Mar 2011 at 9:20

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sunj...@gmail.com on 27 Jul 2013 at 9:00

Attachments: