This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268608 - Error with code PHP into html5 Tags
Summary: Error with code PHP into html5 Tags
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-20 15:07 UTC by sergip76
Modified: 2016-10-20 15:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (48.42 KB, text/plain)
2016-10-20 15:07 UTC, sergip76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sergip76 2016-10-20 15:07:40 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * I write this: <html lang="<?php echo $lang; ?>">

ACTUAL:
 Error: Bad value " " for attribute lang on element "html"

EXPECTED:
Not error because the value for tag lang will be complet with php variable.
Comment 1 sergip76 2016-10-20 15:07:42 UTC
Created attachment 162570 [details]
IDE log