[AC-3068] Syntax checker incorrectly tagging ” and “
| GitHub Issue | n/a |
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-09-21T13:42:57.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Carl Orthlieb |
| Assignee | Shak Hossain |
| Created | 2012-06-14T18:26:33.000+0000 |
| Updated | 2016-03-08T07:48:06.000+0000 |
Description
Steps to Reproduce
1. Create an HTML file.
2. Type some text and use the special (escaped) characters ” or “
Actual Result
Flagged by the syntax checker as a warning
Expected Result
Not flagged
Attachments
& is used to include special characters in HTML. If the special character which you trying to use is not one of these http://www.w3schools.com/tags/ref_entities.asp, you will get a warning. Regards, Anirudh