mimedetect.install line 50
$requirement['value'] = $t('Browser & Extension');
makes an invalid XHTML output
should be changed to:
$requirement['value'] = $t('Browser & Extension');
or:
$requirement['value'] = $t('Browser and Extension');
Comments
Comment #1
drewish commentedgood catch but i'm removing the code that looks at the browser supplied mime type so it won't be relevant: #342636: Don't trust the browser and use file_get_mimetype()'s more complete database.