]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_checkbox.tpl
Merge pull request #7752 from kPherox/develop
[friendica.git] / view / templates / field_checkbox.tpl
index 8275d4595ded2734fe038bab7db3d7d8c3e52464..4bdb5a09120f93f3c58e6646ea36b831e3fc0b3d 100644 (file)
@@ -3,6 +3,6 @@
                <input type="hidden" name="{{$field.0}}" value="0">
                <input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" aria-describedby="{{$field.0}}_tip" value="1" {{if $field.2}}checked="checked"{{/if}} {{if $field.4}}{{$field.4}}{{/if}}>
                {{if $field.3}}
-               <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span>
+               <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
                {{/if}}
        </div>