mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-03-10 13:11:13 -04:00
- moved default favicon processing from ViewImage to yacysearchitem.html : when previewing ico image search results we don't want a default favicon be displayed - throw an IOException ending in a HTTP 500 error when image processing fails, rather than returning a null result : behavior is more consistent accross browsers (for exempla Chrome and Firefox), especially with new default favicon display system
7 lines
139 B
CSS
7 lines
139 B
CSS
/* Fixes for IE 5 and lower */
|
|
|
|
/* IE 5 and lower can't display favicons, so hide them */
|
|
img.favicon, object.favicon {
|
|
display: none;
|
|
}
|