]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Merge pull request #42 from matchab/master
[github/shaarli/Shaarli.git] / index.php
index 9b628c6beac0a9f43bcedc34a42ae8c4e45ad6b3..1d13e55c2bd43b3a51aa5414c8316dcab665c877 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1985,7 +1985,6 @@ function lazyThumbnail($url,$href=false)
     else
         $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"';
 
-    $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"';
     if (!empty($t['width']))  $html.=' width="'.htmlspecialchars($t['width']).'"';
     if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"';
     if (!empty($t['style']))  $html.=' style="'.htmlspecialchars($t['style']).'"';