From: David ‘Bombe’ Roden Date: Wed, 19 Dec 2012 16:22:24 +0000 (+0100) Subject: Use correct filter parameter. X-Git-Tag: 0.8.5^2~11^2^2 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=2ade26c061c99897b9d4f2453f60b2d00209706e Use correct filter parameter. Since the filter parser already expands the given values, the key/value distinction of MatchFilter is redundant. --- diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 6488cc7..ddc08a9 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -191,7 +191,7 @@ <%foreach currentSone.allImages image>
  • - checked="checked"<%/if>/> + checked="checked"<%/if>/>
    <% image|image-link max-width==48 max-height==48 mode==enlarge title=image.title>
  • <%/foreach>