]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/field_select_raw.tpl
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / view / theme / frio / templates / field_select_raw.tpl
index d4f4768603b3992f04795185902db0d5f3cfbb82..52b63079c1a2db07f09285fbc16181d25847be19 100644 (file)
@@ -4,5 +4,7 @@
        <select class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" aria-describedby="{{$field.0}}_tip">
                {{$field.4}}
        </select>
-       <span class="help-block" id="{{$field.0}}_tip">{{$field.3}}</span>
-</div>
\ No newline at end of file
+       {{if $field.3}}
+       <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span>
+       {{/if}}
+</div>