Fixed series poster size in FF

This commit is contained in:
Mark McDowall 2013-06-06 22:54:56 -07:00
commit 7961e83338
2 changed files with 6 additions and 2 deletions

View file

@ -38,6 +38,6 @@ define(['app'], function () {
});
Handlebars.registerHelper('defaultImg', function () {
return new Handlebars.SafeString(' onerror="this.src=\'/content/images/poster-dark.jpg\';"');
return new Handlebars.SafeString('onerror="this.src=\'/content/images/poster-dark.jpg\';"');
});
});