]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/acl/message_recipient.tpl
Add conditional help text for disabled fields
[friendica.git] / view / templates / acl / message_recipient.tpl
index 2c74ed178e9e7b04d3a0d460fc86070dffb5dd4e..0e6d8c939513aa1ffd1dfbafd122ec98d2d6eac4 100644 (file)
@@ -1,4 +1,5 @@
 <select name="recipient" class="form-control input-lg" id="recipient" required>
+       <option></option>
        {{foreach $contacts as $contact}}
                <option value="{{$contact.id}}"{{if $contact.id == $selected}} selected{{/if}}>{{$contact.name}}</option>
        {{/foreach}}