]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/field_custom.tpl
Avoid memory issue in exception
[friendica.git] / view / theme / frio / templates / field_custom.tpl
index 158073a64e88bcc5a217fb5eb3e77f683fc7bcd4..5b5c90779109a9ed681cd7c58162a0ddb66a3cd0 100644 (file)
@@ -1,8 +1,8 @@
 
 <div class="form-group field custom">
        <label for="{{$field.0}}">{{$field.1}}</label>
-       {{$field.2}}
+       {{$field.2 nofilter}}
        {{if $field.3}}
-       <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span>
+       <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
        {{/if}}
 </div>