X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_custom_fields.tpl;h=51e83769c3c8f163edff35151941280978df8386;hb=72b46840f490f84fc95fcd2c5288fb33e168d44e;hp=94be51f8c0fdae8cb2dd17c9b1d31b1125b61791;hpb=0dcf21723daf12934f4977fcf24a0e1b1bff8021;p=timetracker.git diff --git a/WEB-INF/templates/cf_custom_fields.tpl b/WEB-INF/templates/cf_custom_fields.tpl index 94be51f8..51e83769 100644 --- a/WEB-INF/templates/cf_custom_fields.tpl +++ b/WEB-INF/templates/cf_custom_fields.tpl @@ -13,12 +13,12 @@ {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} - {else if CustomFields::TYPE_DROPDOWN == $field['type']} + {elseif CustomFields::TYPE_DROPDOWN == $field['type']} {$i18n.label.type_dropdown} {$i18n.label.configure} {/if} @@ -36,4 +36,4 @@ -{$forms.customFieldsForm.close} \ No newline at end of file +{$forms.customFieldsForm.close}