diff options
| author | luc <luc@debianluc> | 2015-11-05 09:45:19 +0100 |
|---|---|---|
| committer | luc <luc@debianluc> | 2015-11-05 09:45:19 +0100 |
| commit | 0e8b3d9a906b3f8cbd55d5483cc7a0285051b7c9 (patch) | |
| tree | cac352b16f0b628f557063a42363419f326956a6 /htroot/env/oldie.css | |
| parent | 4e673ffc9a34afa9ba5b230e5bd5df787ed4fb28 (diff) | |
Refactoring : default favicon and image processing errors.
- 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
Diffstat (limited to 'htroot/env/oldie.css')
| -rw-r--r-- | htroot/env/oldie.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/env/oldie.css b/htroot/env/oldie.css index a1542ac84..f2bac3083 100644 --- a/htroot/env/oldie.css +++ b/htroot/env/oldie.css @@ -1,6 +1,6 @@ /* Fixes for IE 5 and lower */ /* IE 5 and lower can't display favicons, so hide them */ -img.favicon { +img.favicon, object.favicon { display: none; } |
