]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/field_custom.tpl
Remove uses of HTML escaping in Smarty templates
[friendica.git] / view / theme / frio / templates / field_custom.tpl
1
2 <div class="form-group field custom">
3         <label for="{{$field.0}}">{{$field.1}}</label>
4         {{$field.2}}
5         {{if $field.3}}
6         <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span>
7         {{/if}}
8 </div>