diff options
author | marijus <mario@mariovavti.com> | 2014-11-04 09:35:39 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-04 09:35:39 +0100 |
commit | 73e645fe3da80164d1970d31803727cfcf73f46b (patch) | |
tree | 06928d160eb980b5ac623d519544ebd6425c8ebd /view | |
parent | ba73b60177df1f24564436bea0bb2d7b50d68b7a (diff) | |
download | volse-hubzilla-73e645fe3da80164d1970d31803727cfcf73f46b.tar.gz volse-hubzilla-73e645fe3da80164d1970d31803727cfcf73f46b.tar.bz2 volse-hubzilla-73e645fe3da80164d1970d31803727cfcf73f46b.zip |
class > id mixup
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index ae06b808a..611068b6d 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -49,5 +49,5 @@ {{/if}} </form> </div> - <div class="photos-upload-end" class="clear"></div> + <div id="photos-upload-end" class="clear"></div> </div> |