diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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']).'"'; |