diff --git a/linkit/templates/_fieldtype/settings.html b/linkit/templates/_fieldtype/settings.html index e517dad..3846d86 100644 --- a/linkit/templates/_fieldtype/settings.html +++ b/linkit/templates/_fieldtype/settings.html @@ -43,7 +43,7 @@ }, '

' ~ "No entry sources exist yet."|t ~ '

') }} {% endif %} -{{ entryTargetLocaleField }} +{{ entryTargetLocaleField | raw }} {% if assetSources %} {{ forms.checkboxSelectField({ @@ -75,5 +75,5 @@ }, '

' ~ "No category sources exist yet."|t ~ '

') }} {% endif %} -{{ categoryTargetLocaleField }} +{{ categoryTargetLocaleField | raw }}