aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-11 12:33:47 +0200
committermarijus <mario@mariovavti.com>2014-09-11 12:33:47 +0200
commit15ef4fea78803400891a68e7591bafce145eedb8 (patch)
tree3a01f7b1e2ca6a814b5212ab5c5fa9d525bbda92 /mod/photos.php
parent219b0608945346f0f47e9facfeefad272faf2bce (diff)
downloadvolse-hubzilla-15ef4fea78803400891a68e7591bafce145eedb8.tar.gz
volse-hubzilla-15ef4fea78803400891a68e7591bafce145eedb8.tar.bz2
volse-hubzilla-15ef4fea78803400891a68e7591bafce145eedb8.zip
typo
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php2
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();
}