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

Summary: Error with code PHP into html5 Tags
Product: ide Reporter: sergip76
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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