diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-08-14 11:43:54 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-08-14 11:43:54 +0200 |
commit | 8c75c43e7ee0370eefceea84c6a74383e5c65d4b (patch) | |
tree | d16ae826fbaa49cd9e2230983fe33bd08b44fe2e /tpl/default/linklist.html | |
parent | f28b73b21f705102f8536cd16ea28122aa870e49 (diff) | |
download | Shaarli-8c75c43e7ee0370eefceea84c6a74383e5c65d4b.tar.gz Shaarli-8c75c43e7ee0370eefceea84c6a74383e5c65d4b.tar.zst Shaarli-8c75c43e7ee0370eefceea84c6a74383e5c65d4b.zip |
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 8ea2ce66..2e67775b 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -137,7 +137,7 @@ | |||
137 | <a href="{$value.real_url}"> | 137 | <a href="{$value.real_url}"> |
138 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} | 138 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} |
139 | <img data-src="{$value.thumbnail}#" class="b-lazy" | 139 | <img data-src="{$value.thumbnail}#" class="b-lazy" |
140 | src="#" | 140 | src="" |
141 | alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> | 141 | alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> |
142 | </a> | 142 | </a> |
143 | </div> | 143 | </div> |