X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_custom_fields.tpl;h=51e83769c3c8f163edff35151941280978df8386;hb=ae00c14ac2999773e17a761542932cb95420430a;hp=9b9266b424fb7f31f459488bc8cf96b1cc1b1c31;hpb=70272dc970919c348288bd09ff835f05e7538949;p=timetracker.git diff --git a/WEB-INF/templates/cf_custom_fields.tpl b/WEB-INF/templates/cf_custom_fields.tpl index 9b9266b4..51e83769 100644 --- a/WEB-INF/templates/cf_custom_fields.tpl +++ b/WEB-INF/templates/cf_custom_fields.tpl @@ -13,8 +13,8 @@ {if $custom_fields} {foreach $custom_fields as $field} - - {$field['label']|escape:'html'} + + {$field['label']|escape} {if CustomFields::TYPE_TEXT == $field['type']} {$i18n.label.type_text} @@ -36,4 +36,4 @@ -{$forms.customFieldsForm.close} \ No newline at end of file +{$forms.customFieldsForm.close}