diff options
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 866d8c275..9ce8ceb50 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -758,7 +758,7 @@ function photos_content(&$a) { echo '<div id="photo-album-contents-' . $a->pager['page'] . '">'; echo $ajaxout; - echo '<div>'; + echo '</div>'; echo '<script>justifyPhotos(' . $a->pager['page'] . ');</script>'; killme(); } |