aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorLuce Carević <lcarevic@access42.net>2019-07-13 18:26:31 +0200
committerLuce Carević <lcarevic@access42.net>2019-07-13 18:26:31 +0200
commit719ef8e896d4bd28d8d56baafbbe25b8e4e58636 (patch)
tree7faee72bf0b5b83ba0e034691fa1f364819b308c /tpl/default/picwall.html
parent01ba8a0700ea4730e6dc38c685cb6a9c0fbdcccd (diff)
downloadShaarli-719ef8e896d4bd28d8d56baafbbe25b8e4e58636.tar.gz
Shaarli-719ef8e896d4bd28d8d56baafbbe25b8e4e58636.tar.zst
Shaarli-719ef8e896d4bd28d8d56baafbbe25b8e4e58636.zip
fix a11y
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r--tpl/default/picwall.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
index 5a959244..dd8c17fc 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.html
@@ -38,7 +38,7 @@
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=""
41 alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> 41 alt="" width="{$thumbnails_width}" height="{$thumbnails_height}" />
42 <a href="{$value.real_url}"><span class="info">{$value.title}</span></a> 42 <a href="{$value.real_url}"><span class="info">{$value.title}</span></a>
43 {loop="$value.picwall_plugin"} 43 {loop="$value.picwall_plugin"}
44 {$value} 44 {$value}