From: Dr. Tobias Quathamer Date: Sat, 6 Jan 2024 15:10:49 +0000 (+0100) Subject: Enable HTML attributes in all form fields. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26f4532d47dfe897f289518fc9f0eae8651f7e0b;p=friendica.git Enable HTML attributes in all form fields. Closes #13804 --- diff --git a/view/templates/field_checkbox.tpl b/view/templates/field_checkbox.tpl index 4bdb5a0912..b1e6540d88 100644 --- a/view/templates/field_checkbox.tpl +++ b/view/templates/field_checkbox.tpl @@ -1,7 +1,7 @@
- + {{if $field.3}} {{$field.3 nofilter}} {{/if}} diff --git a/view/templates/field_password.tpl b/view/templates/field_password.tpl index 57149fe52d..a0ac6a735f 100644 --- a/view/templates/field_password.tpl +++ b/view/templates/field_password.tpl @@ -1,6 +1,6 @@
- + {{if $field.3}} {{$field.3 nofilter}} {{/if}} diff --git a/view/templates/field_textarea.tpl b/view/templates/field_textarea.tpl index f5221b5698..797556ea9f 100644 --- a/view/templates/field_textarea.tpl +++ b/view/templates/field_textarea.tpl @@ -1,7 +1,7 @@
- + {{if $field.3}} {{$field.3 nofilter}} {{/if}} diff --git a/view/theme/frio/templates/field_checkbox.tpl b/view/theme/frio/templates/field_checkbox.tpl index f17c483297..2fd4641c33 100644 --- a/view/theme/frio/templates/field_checkbox.tpl +++ b/view/theme/frio/templates/field_checkbox.tpl @@ -1,7 +1,7 @@
- +