diff options
author | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-03-11 01:49:50 -0700 |
---|---|---|
committer | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-03-11 01:49:50 -0700 |
commit | 2d21a179b0528ec74af3e832fea489147cc7797f (patch) | |
tree | 82d699c0ae4031d8c28918a5b0aac327b36bc7b3 /index.php | |
parent | 310f3ca0079a03eaa627f94b65486e4547aeb3d9 (diff) | |
parent | f2acdfd14e19518fe668044afc5663901f9ea63e (diff) | |
download | Shaarli-2d21a179b0528ec74af3e832fea489147cc7797f.tar.gz Shaarli-2d21a179b0528ec74af3e832fea489147cc7797f.tar.zst Shaarli-2d21a179b0528ec74af3e832fea489147cc7797f.zip |
Merge pull request #45 from dsferruzza/fix-picwall-bug
Fix picwall bugs
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1979,7 +1979,6 @@ function lazyThumbnail($url,$href=false) | |||
1979 | else | 1979 | else |
1980 | $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"'; | 1980 | $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"'; |
1981 | 1981 | ||
1982 | $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"'; | ||
1983 | if (!empty($t['width'])) $html.=' width="'.htmlspecialchars($t['width']).'"'; | 1982 | if (!empty($t['width'])) $html.=' width="'.htmlspecialchars($t['width']).'"'; |
1984 | if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"'; | 1983 | if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"'; |
1985 | if (!empty($t['style'])) $html.=' style="'.htmlspecialchars($t['style']).'"'; | 1984 | if (!empty($t['style'])) $html.=' style="'.htmlspecialchars($t['style']).'"'; |