diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-17 18:26:56 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-17 18:26:56 -0700 |
commit | 2963be60e53916c9c6d579745695a54800876f82 (patch) | |
tree | 87acafa554c318466f10eda49594224b3e454ffc /view/tpl | |
parent | 6ab20eb1b50da91ba35911fea8b09f2ef8e461fd (diff) | |
download | volse-hubzilla-2963be60e53916c9c6d579745695a54800876f82.tar.gz volse-hubzilla-2963be60e53916c9c6d579745695a54800876f82.tar.bz2 volse-hubzilla-2963be60e53916c9c6d579745695a54800876f82.zip |
more photos work
Diffstat (limited to 'view/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 06e3ef612..009ee0f9f 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -9,7 +9,7 @@ <datalist id="dl-photo-upload"> {{foreach $albums as $al}} {{if $al.text}} - <option value="{{$al.text}}"> + <option value="{{$al.text}}" /> {{/if}} {{/foreach}} </datalist> |