diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-10-06 13:29:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-06 13:29:10 +0200 |
commit | 8cac122086517e9a3b0dbd885c0b45c4314e2abe (patch) | |
tree | 60b4d78df12c9926996121c7c250236df734f488 /tpl/default/linklist.html | |
parent | fa8100c088ac990fde08a872816ea7dcfbf54202 (diff) | |
parent | 8c75c43e7ee0370eefceea84c6a74383e5c65d4b (diff) | |
download | Shaarli-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/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index c04f4786..aabb53ac 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -139,7 +139,7 @@ | |||
139 | <a href="{$value.real_url}"> | 139 | <a href="{$value.real_url}"> |
140 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} | 140 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} |
141 | <img data-src="{$value.thumbnail}#" class="b-lazy" | 141 | <img data-src="{$value.thumbnail}#" class="b-lazy" |
142 | src="#" | 142 | src="" |
143 | alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> | 143 | alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> |
144 | </a> | 144 | </a> |
145 | </div> | 145 | </div> |