diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-28 13:14:15 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-28 13:14:15 -0700 |
commit | 8711c223f32b234a69c4cc76ce14030172384bc8 (patch) | |
tree | a432ba480fc83b4534aac7d0f7cdded22c4f5b90 | |
parent | 31b5b06e42415ffaf98ca09ca8641ae64e67280f (diff) | |
download | volse-hubzilla-8711c223f32b234a69c4cc76ce14030172384bc8.tar.gz volse-hubzilla-8711c223f32b234a69c4cc76ce14030172384bc8.tar.bz2 volse-hubzilla-8711c223f32b234a69c4cc76ce14030172384bc8.zip |
version update
-rw-r--r-- | version.inc | 2 | ||||
-rwxr-xr-x | view/tpl/photosajax.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/version.inc b/version.inc index 1b2e678ec..787afe073 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-04-24.1012 +2015-04-28.1016 diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl index 632aab2b3..705cb6c75 100755 --- a/view/tpl/photosajax.tpl +++ b/view/tpl/photosajax.tpl @@ -1,4 +1,4 @@ {{foreach $photos as $photo}} - {{include file="photo_top.tpl"}} +{{include file="photo_top.tpl"}} {{/foreach}} <script>justifyPhotosAjax()</script> |