From 2510ef70d4605bb6298a3074f35e8a6863866483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 14 May 2019 13:52:04 +0200 Subject: [PATCH] gallery: add missing link target on thumbnails (#7344) --- combo/apps/gallery/templates/combo/gallerycell.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/apps/gallery/templates/combo/gallerycell.html b/combo/apps/gallery/templates/combo/gallerycell.html index b98755b4..abd676ea 100644 --- a/combo/apps/gallery/templates/combo/gallerycell.html +++ b/combo/apps/gallery/templates/combo/gallerycell.html @@ -13,7 +13,7 @@ {% endif %} {% thumbnail image.image "60x60" crop="50% 25%" as im %} {% thumbnail image.image "640x480" crop="50% 25%" as im_large %} - {% endthumbnail %} {% endthumbnail %}