[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Why inline php short tag in htpl is bad syntax?
|
- From: it.arato@xxxxxxxxx (Peter Arato)
- Date: Thu, 25 Sep 2008 22:14:18 +0000 (UTC)
- Newsgroups: eclipse.tools.pdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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.