fixes #304 - Roku Image Missing

This commit is contained in:
Luke Pulverenti
2013-05-24 00:46:22 -04:00
parent 843ccab8bd
commit 85dc707032
+1 -1
View File
@@ -134,7 +134,7 @@
}
if (clientLowered == "roku") {
return "<img src='css/images/clients/roku.png' alt='Roku' title='Roku' />";
return "<img src='css/images/clients/roku.jpg' alt='Roku' title='Roku' />";
}
if (clientLowered == "ios") {