From: David ‘Bombe’ Roden Date: Wed, 21 Sep 2011 05:49:16 +0000 (+0200) Subject: Use correct attribute to check for presence of album image. X-Git-Tag: 0.7^2~2^2~56 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=cd4feb21a6487174107786f64be5d7c779fe5168 Use correct attribute to check for presence of album image. --- diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index c205877..3b36e03 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -70,7 +70,7 @@ <%foreach album.albums album>
- <%ifnull album.image> + <%ifnull album.albumImage> <% album.title|html> <%else> <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> @@ -233,7 +233,7 @@ <%foreach sone.albums album>