aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php1
-rw-r--r--tpl/picwall.html3
2 files changed, 2 insertions, 2 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']).'"';
diff --git a/tpl/picwall.html b/tpl/picwall.html
index 8f8e0a0e..631e0866 100644
--- a/tpl/picwall.html
+++ b/tpl/picwall.html
@@ -17,7 +17,7 @@
17</div> 17</div>
18</center> 18</center>
19{include="page.footer"} 19{include="page.footer"}
20</body> 20
21{if="empty($GLOBALS['disablejquery'])"} 21{if="empty($GLOBALS['disablejquery'])"}
22<script> 22<script>
23$(document).ready(function() { 23$(document).ready(function() {
@@ -25,4 +25,5 @@ $(document).ready(function() {
25}); 25});
26</script> 26</script>
27{/if} 27{/if}
28</body>
28</html> \ No newline at end of file 29</html> \ No newline at end of file