]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/picwall.html
Merge pull request #276 from virtualtam/tools/phpcs
[github/shaarli/Shaarli.git] / tpl / picwall.html
index e686afe18a806272aea673dbf41c1eeb4ee28247..f59685cfb0750b8cc34f4e22ff95afb34ff6d97e 100644 (file)
@@ -9,7 +9,7 @@
         <div id="picwall_container">
             {loop="linksToDisplay"}
             <div class="picwall_pictureframe">
-                   {$value.thumbnail}<a href="{$value.url}"><span class="info">{$value.title|htmlspecialchars}</span></a>
+                   {$value.thumbnail}<a href="{$value.url}"><span class="info">{$value.title}</span></a>
             </div>
             {/loop}
         </div>
@@ -17,7 +17,9 @@
 {include="page.footer"}
 
 <script>
-    var bLazy = new Blazy();
+window.onload = function() {
+  var bLazy = new Blazy();
+}
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>