aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-10-06 13:29:10 +0200
committerGitHub <noreply@github.com>2018-10-06 13:29:10 +0200
commit8cac122086517e9a3b0dbd885c0b45c4314e2abe (patch)
tree60b4d78df12c9926996121c7c250236df734f488 /tpl/default/picwall.html
parentfa8100c088ac990fde08a872816ea7dcfbf54202 (diff)
parent8c75c43e7ee0370eefceea84c6a74383e5c65d4b (diff)
downloadShaarli-8cac122086517e9a3b0dbd885c0b45c4314e2abe.tar.gz
Shaarli-8cac122086517e9a3b0dbd885c0b45c4314e2abe.tar.zst
Shaarli-8cac122086517e9a3b0dbd885c0b45c4314e2abe.zip
Merge pull request #1211 from ArthurHoaro/hotfix/img-request
Fix a bug making thumbnail to request the current page
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r--tpl/default/picwall.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
index 9a0b10dc..4c325487 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.html
@@ -37,7 +37,7 @@
37 <div class="picwall-pictureframe"> 37 <div class="picwall-pictureframe">
38 {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} 38 {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore}
39 <img data-src="{$value.thumbnail}#" class="b-lazy" 39 <img data-src="{$value.thumbnail}#" class="b-lazy"
40 src="#" 40 src=""
41 alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> 41 alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" />
42 <a href="{$value.real_url}"><span class="info">{$value.title}</span></a> 42 <a href="{$value.real_url}"><span class="info">{$value.title}</span></a>
43 {loop="$value.picwall_plugin"} 43 {loop="$value.picwall_plugin"}