From a908244cc42019b6b7cbba260a21a0c3b804945b Mon Sep 17 00:00:00 2001
From: David Sferruzza <david.sferruzza@gmail.com>
Date: Sun, 10 Mar 2013 19:03:34 +0100
Subject: Fix bug producing invalid HTML

---
 index.php | 1 -
 1 file changed, 1 deletion(-)

(limited to 'index.php')

diff --git a/index.php b/index.php
index adc11f9b..4c3a3a4d 100644
--- a/index.php
+++ b/index.php
@@ -1979,7 +1979,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']).'"';
-- 
cgit v1.2.3