]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/field_intcheckbox.tpl
Avoid escaping relevant template variables
[friendica.git] / view / theme / frio / templates / field_intcheckbox.tpl
index 3944f8b7f7bb9e114382686d945e7de4286f896c..18a2ea6ca57b4413a957a565e278ac2ca8a20ade 100644 (file)
@@ -3,7 +3,7 @@
                <input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3}}" {{if $field.2}}checked="checked"{{/if}} aria-checked="{{if $field.2}}true{{else}}false{{/if}}" aria-describedby="{{$field.0}}_tip">
                <label for="id_{{$field.0}}">{{$field.1}}</label>
                {{if $field.4}}
-               <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.4}}</span>
+               <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.4 nofilter}}</span>
                {{/if}}
        </div>
        <div class="clear"></div>