diff options
author | Luce Carević <lcarevic@access42.net> | 2019-07-13 18:56:43 +0200 |
---|---|---|
committer | Luce Carević <lcarevic@access42.net> | 2019-07-13 18:56:43 +0200 |
commit | d1bcf28db3704b75200c03be728dddcaf725ca51 (patch) | |
tree | c67c0619efe783c620181978e31142a3490b71dd /tpl/default/picwall.html | |
parent | 719ef8e896d4bd28d8d56baafbbe25b8e4e58636 (diff) | |
download | Shaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.tar.gz Shaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.tar.zst Shaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.zip |
fix a11y
Diffstat (limited to 'tpl/default/picwall.html')
-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 dd8c17fc..73359949 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html | |||
@@ -32,9 +32,9 @@ | |||
32 | {/loop} | 32 | {/loop} |
33 | </div> | 33 | </div> |
34 | 34 | ||
35 | <div id="picwall-container" class="picwall-container"> | 35 | <div id="picwall-container" class="picwall-container" role="list"> |
36 | {loop="$linksToDisplay"} | 36 | {loop="$linksToDisplay"} |
37 | <div class="picwall-pictureframe"> | 37 | <div class="picwall-pictureframe" role="listitem"> |
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="" |