diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-01 11:44:35 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-05 20:34:22 +0200 |
commit | fcba541e2f12c85ac56c6915ba1319fbdd3e6962 (patch) | |
tree | aaed2335e0a47b867fcfb78eae788c81fd402a8a /tpl | |
parent | 28f26524609338316cc6e51c743058e6e8c7b12b (diff) | |
download | Shaarli-fcba541e2f12c85ac56c6915ba1319fbdd3e6962.tar.gz Shaarli-fcba541e2f12c85ac56c6915ba1319fbdd3e6962.tar.zst Shaarli-fcba541e2f12c85ac56c6915ba1319fbdd3e6962.zip |
Bump WT version
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/picwall.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index 1ea9c20a..1b8bf3b9 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html | |||
@@ -24,9 +24,9 @@ | |||
24 | {/loop} | 24 | {/loop} |
25 | </div> | 25 | </div> |
26 | 26 | ||
27 | <div id="picwall_container" class="picwall-container"> | 27 | <div id="picwall-container" class="picwall-container"> |
28 | {loop="$linksToDisplay"} | 28 | {loop="$linksToDisplay"} |
29 | <div class="picwall_pictureframe"> | 29 | <div class="picwall-pictureframe"> |
30 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} | 30 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} |
31 | <img data-src="{$value.thumbnail}#" class="b-lazy" | 31 | <img data-src="{$value.thumbnail}#" class="b-lazy" |
32 | src="#" | 32 | src="#" |