revert to using gif for default icon

This commit is contained in:
Athou
2014-10-26 19:07:52 +01:00
parent 5058290103
commit 165f3ed25a
3 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ public class FeedService {
this.faviconFetchers = faviconFetchers;
try {
defaultFavicon = IOUtils.toByteArray(getClass().getResource("/images/default_favicon.ico"));
defaultFavicon = IOUtils.toByteArray(getClass().getResource("/images/default_favicon.gif"));
} catch (IOException e) {
throw new RuntimeException("could not load default favicon", e);
}