]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/picwall.html
Move lazyload init inside the body tag
[github/shaarli/Shaarli.git] / tpl / picwall.html
index 8f8e0a0eed56b7b6671706e15f4fc8cb4130c0a4..631e0866b4c4c5f03ae60d0adfb79efea891cccb 100644 (file)
@@ -17,7 +17,7 @@
 </div>
 </center>
 {include="page.footer"}
-</body>
+
 {if="empty($GLOBALS['disablejquery'])"} 
 <script>
 $(document).ready(function() {
@@ -25,4 +25,5 @@ $(document).ready(function() {
 });
 </script>
 {/if} 
+</body>
 </html>
\ No newline at end of file