aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9b628c6b..1d13e55c 100644
--- a/index.php
+++ b/index.php
@@ -1985,7 +1985,6 @@ function lazyThumbnail($url,$href=false)
1985 else 1985 else
1986 $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"'; 1986 $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"';
1987 1987
1988 $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"';
1989 if (!empty($t['width'])) $html.=' width="'.htmlspecialchars($t['width']).'"'; 1988 if (!empty($t['width'])) $html.=' width="'.htmlspecialchars($t['width']).'"';
1990 if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"'; 1989 if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"';
1991 if (!empty($t['style'])) $html.=' style="'.htmlspecialchars($t['style']).'"'; 1990 if (!empty($t['style'])) $html.=' style="'.htmlspecialchars($t['style']).'"';