diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-08-29 23:15:28 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-08-29 23:15:28 -0700 |
commit | d3b03026907b63e90d90cda1b9f777e0fbfe29b7 (patch) | |
tree | 436f5db744a621b0a3d3738b7bdfe31e4f820538 /themes/default | |
parent | b9bd1681a3b1496c0f1bbe5e6254ab4fd0c9fe30 (diff) |
Minor cleanup
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index c601c4cc..00e157ce 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -5,7 +5,7 @@ <script> $(document).ready(function() { $(".gFullSizeLink").click(function() { - $.gallery_show_full_size("<?= html::escape_for_js($theme->item()->file_url()) ?>", "<?= $theme->item()->width ?>", "<?= $theme->item()->height ?>"); + $.gallery_show_full_size("<?= html::clean_js($theme->item()->file_url()) ?>", "<?= $theme->item()->width ?>", "<?= $theme->item()->height ?>"); return false; }); }); |