From a908244cc42019b6b7cbba260a21a0c3b804945b Mon Sep 17 00:00:00 2001 From: David Sferruzza Date: Sun, 10 Mar 2013 19:03:34 +0100 Subject: Fix bug producing invalid HTML --- index.php | 1 - 1 file changed, 1 deletion(-) 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.=' Date: Sun, 10 Mar 2013 19:04:48 +0100 Subject: Move lazyload init inside the body tag --- tpl/picwall.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ {include="page.footer"} - + {if="empty($GLOBALS['disablejquery'])"} {/if} + \ No newline at end of file -- cgit v1.2.3