Fix image filename extension from .jpg to .png

This commit is contained in:
Johannes Schönberger
2013-04-28 11:10:09 +02:00
parent c69eadd3a6
commit 9b069335eb
+2 -2
View File
@@ -155,7 +155,7 @@ def immunohistochemistry():
No known copyright restrictions.
"""
return load("ihc.jpg")
return load("ihc.png")
def chelsea():
@@ -169,4 +169,4 @@ def chelsea():
No copyright restrictions. CC0 by the photographer (Stefan van der Walt).
"""
return load("chelsea.jpg")
return load("chelsea.png")