diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-05-10 15:08:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-05-10 15:08:18 +0200 |
commit | fad37eb6d0a8fdae8ee3e0082df53f1562ca1e23 (patch) | |
tree | 2b6980e89b016221d4419fe3788b7078a4694aff /view/tpl/photos_upload.tpl | |
parent | 616338c17e9eabc6355e27694c9e49f1f4586055 (diff) | |
download | volse-hubzilla-fad37eb6d0a8fdae8ee3e0082df53f1562ca1e23.tar.gz volse-hubzilla-fad37eb6d0a8fdae8ee3e0082df53f1562ca1e23.tar.bz2 volse-hubzilla-fad37eb6d0a8fdae8ee3e0082df53f1562ca1e23.zip |
copy/paste typo
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-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 2d558c63d..06e3ef612 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -6,7 +6,7 @@ <div class="form-group"> <label for="photos-upload-album">{{$newalbum_label}}</label> <input type="text" class="form-control" id="photos-upload-album" name="newalbum" placeholder="{{$newalbum_placeholder}}" value="{{$selname}}" list="dl-photo-upload"> - <datalist id="menu-names"> + <datalist id="dl-photo-upload"> {{foreach $albums as $al}} {{if $al.text}} <option value="{{$al.text}}"> |