aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
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)
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']).'"';