| [news.eclipse.tools.pdt] Re: Why inline php short tag in htpl is bad syntax? |
Peter,
Cheers, David
Peter Arato wrote:
Hi!
I'm using Eclipse PDT. I use *.htpl files for teplates in a php project, and it's annoying, that eclipse finds bad systax where i use php short tags in html, e.g.:
<a href="<?= $link ?>">Link</a>
Error message: [Invalid characer used in text string (<?=...]
Where can I tell eclipse, that it's not a bad syntax?
Thanks a lot, Peter.