If you find your layouts break really badly in IE8, and if you then find that that is because IE is rendering the page in Quirks Mode, and if you use drush you find this  UTD-8 byte order marker appears while commands are executing... all of that is because Semantic Similarity has files with a byte order marker, which ends up printed before the doctype and confuses Internet Explorer.

Don't spend ages debugging css and looking for print_r statements like I did, use the commands here in the Semantic Similarity folder to remove the  from the files. (if that link breaks, find . -type f -exec sed 's/^\xEF\xBB\xBF//' -i.bak {} \; -exec rm {}.bak \; )

Comments

benoit.borrel’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Assigned: Unassigned » benoit.borrel
Status: Active » Closed (fixed)

Removed BOM in files.

benoit.borrel’s picture

I fixed the issue in 6-x.1.x-dev as well.

alanom’s picture

Issue summary: View changes

Removed comment suggesting it's a dead module - glad to see it's still going!