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
Original issue reported on code.google.com by
vzorvat@gmail.com
on 23 Mar 2011 at 9:20Attachments: