diff --git a/view/tpl/field_checkbox.tpl b/view/tpl/field_checkbox.tpl index 670bb7e29..be9b4f7f0 100644 --- a/view/tpl/field_checkbox.tpl +++ b/view/tpl/field_checkbox.tpl @@ -1,6 +1,6 @@
- -
+ +
{{$field.3}}
{{* diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl index c22b6fc29..1a2fff5c7 100644 --- a/view/tpl/field_input.tpl +++ b/view/tpl/field_input.tpl @@ -11,7 +11,7 @@ {{if isset($field.5)}}{{$field.5}}{{/if}} > - {{$field.3}} + {{$field.3|default:''}} {{* diff --git a/view/tpl/field_textarea.tpl b/view/tpl/field_textarea.tpl index 684043830..6239089b7 100644 --- a/view/tpl/field_textarea.tpl +++ b/view/tpl/field_textarea.tpl @@ -1,5 +1,5 @@
- - {{$field.3}} + + {{$field.3|default:''}}