Conditional statements bug in Google Chrome
- by Pedro Reis
When I use a conditional statement targeting IE6 and below with some PHP code Google Chrome disregards the statement and inserts the code.
Example:
It will insert the content of ie6.php in the body anyway.
Anybody got this problem before?