Merge pull request #45 from dsferruzza/fix-picwall-bug

Fix picwall bugs
This commit is contained in:
Sébastien SAUVAGE 2013-03-11 01:49:50 -07:00
commit 2d21a179b0
2 changed files with 2 additions and 2 deletions

View File

@ -1979,7 +1979,6 @@ function lazyThumbnail($url,$href=false)
else else
$html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"'; $html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"';
$html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"';
if (!empty($t['width'])) $html.=' width="'.htmlspecialchars($t['width']).'"'; if (!empty($t['width'])) $html.=' width="'.htmlspecialchars($t['width']).'"';
if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"'; if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"';
if (!empty($t['style'])) $html.=' style="'.htmlspecialchars($t['style']).'"'; if (!empty($t['style'])) $html.=' style="'.htmlspecialchars($t['style']).'"';

View File

@ -17,7 +17,7 @@
</div> </div>
</center> </center>
{include="page.footer"} {include="page.footer"}
</body>
{if="empty($GLOBALS['disablejquery'])"} {if="empty($GLOBALS['disablejquery'])"}
<script> <script>
$(document).ready(function() { $(document).ready(function() {
@ -25,4 +25,5 @@ $(document).ready(function() {
}); });
</script> </script>
{/if} {/if}
</body>
</html> </html>