I couldn't figure out why iconizer was working fine for all my filetypes *except* .doc files. Then I saw in the files_icons.css there is an extra / after the comment header:

/**
* $Id: files_icons.css,v 1.1 2007/08/21 15:51:46 thepanz Exp $
* CSS and Icons taken from:
* http://pooliestudios.com/projects/iconize/
*//

Simply replacing the final // with a / fixes it, and .doc file icons display properly.

Comments

thepanz’s picture

Version: 5.x-1.0-beta » 5.x-1.x-dev
Status: Active » Fixed

You're right!
I fixed it in the -dev version. Use it instead of -BETA release.

If you add or edit some icons let me know, I'll add them in next release.. :)

-thePanz-

Anonymous’s picture

Status: Fixed » Closed (fixed)