fresh92 / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

BUG: elseif (count($import[$ii]->MediaTypes > 0)) #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Error:

elseif (count($import[$ii]->MediaTypes > 0))

Correct:

elseif (count($import[$ii]->MediaTypes) > 0)

Original issue reported on code.google.com by tiv.net....@gmail.com on 31 Dec 2013 at 6:02