Jeff-Lewis / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

bug with IE conditional comments: <!--<![endif]--> #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minify version:
PHP version: 2.1.0

What steps will reproduce the problem?
1. insert IE conditional formating in HTML
2. <!--[if !IE]>--> is kept normally
3. but <!--<![endif]--> is emptied breaking contents

Expected output: both should be kept

Actual output: loop end is not present

Did you run the unit tests? Did any FAIL? no

Please provide any additional information below.

Original issue reported on code.google.com by paris...@hotmail.com on 6 Oct 2008 at 1:35

GoogleCodeExporter commented 9 years ago
This should be fixed in R251. Can you verify this works for you?

Original comment by mrclay....@gmail.com on 6 Oct 2008 at 2:16

GoogleCodeExporter commented 9 years ago
Yes seems fixed for the issue i mentioned. thanks

Original comment by paris...@hotmail.com on 7 Oct 2008 at 10:16

GoogleCodeExporter commented 9 years ago

Original comment by mrclay....@gmail.com on 7 Oct 2008 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by mrclay....@gmail.com on 7 Oct 2008 at 3:35