
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Windows XP Pro
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
IDEADEV-9361
Incorrect "Wrong closing tag name" er...
|
|
|
|
|
|
|
| Build: |
5,581
|
| Severity: |
Medium
|
|
While editing HTML I often get complaints from IDEA about wrong closing tag names while all tags are closed properly. Usually it helps to select the entire block, cut it out and paste it in again.
On way of reproducing a "Wrong closing tag name" error is this:
Create a new empty HTML file and type these lines one by one:
<html>
<head>
<p>
</p>
</head> -> This will trigger a "Wrong closing tag name"-error.
|
|
Description
|
While editing HTML I often get complaints from IDEA about wrong closing tag names while all tags are closed properly. Usually it helps to select the entire block, cut it out and paste it in again.
On way of reproducing a "Wrong closing tag name" error is this:
Create a new empty HTML file and type these lines one by one:
<html>
<head>
<p>
</p>
</head> -> This will trigger a "Wrong closing tag name"-error.
|
Show » |
|