aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_upload.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-17 18:26:56 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-17 18:26:56 -0700
commit2963be60e53916c9c6d579745695a54800876f82 (patch)
tree87acafa554c318466f10eda49594224b3e454ffc /view/tpl/photos_upload.tpl
parent6ab20eb1b50da91ba35911fea8b09f2ef8e461fd (diff)
downloadvolse-hubzilla-2963be60e53916c9c6d579745695a54800876f82.tar.gz
volse-hubzilla-2963be60e53916c9c6d579745695a54800876f82.tar.bz2
volse-hubzilla-2963be60e53916c9c6d579745695a54800876f82.zip
more photos work
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rwxr-xr-xview/tpl/photos_upload.tpl2
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>