]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/circle_selection.tpl
Merge pull request #13374 from friendica/update-htaccess
[friendica.git] / view / templates / circle_selection.tpl
index d5a7decf8c6ccbea2878bcfc2ad4faf42b0eb5e4..db3e7b88a127b832827bc5183403b33769756199 100644 (file)
@@ -1,7 +1,7 @@
 
 <div class="field custom">
-<label for="circle-selection" id="circle-selection-lbl">{{$label}}</label>
-<select name="circle-selection" id="circle-selection">
+<label for="{{$id}}" id="circle-selection-lbl">{{$label}}</label>
+<select name="{{$id}}" id="{{$id}}">
 {{foreach $circles as $circle}}
 <option value="{{$circle.id}}"{{if $circle.selected}} selected="selected"{{/if}}>{{$circle.name}}</option>
 {{/foreach}}