JCE Woes

So I was installing JCE 1.0.4 on an IIS server today and I ran into the error:

CGI Error:

The specified CGI application misbehaved by not returning a complete set of HTTP headers.

After some snooping around I found out that it had to do with an image on line 190 of the plugin.html.php. If you remove the height and width from the image tag then everything works. Don't ask me why, it just does. And why does this happen on an IIS server and not a Linux based one? I don't know.