mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix favicon size in ie
This commit is contained in:
@@ -7,7 +7,7 @@ module.directive('favicon', function() {
|
||||
url : '='
|
||||
},
|
||||
replace : true,
|
||||
template : '<img ng-src="favicon?url={{url}}" width="16" height="16"></img>'
|
||||
template : '<img ng-src="favicon?url={{url}}" class="favicon"></img>'
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user