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 231475 - <style> tag inside <head> is wrongly interpreted as error
Summary: <style> tag inside <head> is wrongly interpreted as error
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Latte (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2013-06-18 21:14 UTC by Maekoboss
Modified: 2013-06-21 02:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (64.45 KB, text/plain)
2013-06-18 21:14 UTC, Maekoboss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maekoboss 2013-06-18 21:14:53 UTC
Product Version = NetBeans IDE Dev (Build 201306162301)
Operating System = Windows 8 version 6.2 running on x86
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) Client VM 23.21-b01

At latte templates is <style> tag inside <head> wrongly intepreted as error.

body {
                font-familyArial: Arial;
                color: #304a55;
                font-size: 12px;
            }

this code produce error on line 
2 "Unexpected token WS", "Unexpected token SEMI found" and so on.
Comment 1 Maekoboss 2013-06-18 21:14:57 UTC
Created attachment 135997 [details]
IDE log
Comment 2 Ondrej Brejla 2013-06-19 11:21:22 UTC
Fixed in web-main #67acb1ce76dd
Comment 3 Quality Engineering 2013-06-21 02:29:58 UTC
Integrated into 'main-golden', will be available in build *201306202301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/67acb1ce76dd
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #231475 - <style> tag inside <head> is wrongly interpreted as error