From 2ade26c061c99897b9d4f2453f60b2d00209706e Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 19 Dec 2012 17:22:24 +0100 Subject: [PATCH] Use correct filter parameter. Since the filter parser already expands the given values, the key/value distinction of MatchFilter is redundant. --- src/main/resources/templates/editProfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.7.4