From: Hypolite Petovan Date: Mon, 7 Sep 2020 22:53:04 +0000 (-0400) Subject: Add HTML escaping to field_input value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa7eb75e62c5220e7c515d3fc6e1c864a522b541;p=friendica.git Add HTML escaping to field_input value - Quotes weren't rendering in pre-populated fields --- diff --git a/view/templates/field_input.tpl b/view/templates/field_input.tpl index 956c6259c1..5561440c3d 100644 --- a/view/templates/field_input.tpl +++ b/view/templates/field_input.tpl @@ -1,7 +1,7 @@
- + {{if $field.3}} {{$field.3 nofilter}} {{/if}} diff --git a/view/theme/frio/templates/field_input.tpl b/view/theme/frio/templates/field_input.tpl index d5b75119b7..6c6e52c454 100644 --- a/view/theme/frio/templates/field_input.tpl +++ b/view/theme/frio/templates/field_input.tpl @@ -3,7 +3,7 @@ {{if !isset($label) || $label != false }} {{/if}} - + {{if $field.3}} {{$field.3 nofilter}} {{/if}}