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/daily.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/daily.html')
-rw-r--r-- | tpl/default/daily.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/daily.html b/tpl/default/daily.html index 816e5d0a..2c409478 100644 --- a/tpl/default/daily.html +++ b/tpl/default/daily.html | |||
@@ -72,7 +72,7 @@ | |||
72 | {if="$thumbnails_enabled && !empty($link.thumbnail)"} | 72 | {if="$thumbnails_enabled && !empty($link.thumbnail)"} |
73 | <div class="daily-entry-thumbnail"> | 73 | <div class="daily-entry-thumbnail"> |
74 | <img data-src="{$link.thumbnail}#" class="b-lazy" | 74 | <img data-src="{$link.thumbnail}#" class="b-lazy" |
75 | src="#" | 75 | src="" |
76 | alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> | 76 | alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> |
77 | </div> | 77 | </div> |
78 | {/if} | 78 | {/if} |