Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 164169 - HTML value attribute syntax warning when php code inside
Summary: HTML value attribute syntax warning when php code inside
Status: CLOSED DUPLICATE of bug 149403
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All Linux
: P1 minor (vote)
Target Milestone: ---   Edit
Assignee: Guy Gurfinkel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 15:10 EST by Joe Roback CLA
Modified: 2020-05-14 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Roback CLA 2006-11-10 15:10:05 EST
When writing HTML inside PHP code, i.e.

...
<?php
$myvalue = 42;
?>
<input type="text" name="myname" value="<?=$myvalue?>" />
...

The editor shows a red error warning about incorrect syntax inside the value attribute of the input tag.
Comment 1 Guy Gurfinkel CLA 2006-12-21 07:01:09 EST
same bug as #149403

*** This bug has been marked as a duplicate of bug 149403 ***
Comment 2 Gadi Goldbarg CLA 2006-12-31 03:13:12 EST
duplicate