diff --git a/src/base/jstemplates/place-detail-field-types.html b/src/base/jstemplates/place-detail-field-types.html index 42493de606..111d023d9c 100644 --- a/src/base/jstemplates/place-detail-field-types.html +++ b/src/base/jstemplates/place-detail-field-types.html @@ -1,24 +1,24 @@ {{#is type "datetime"}} -

{{nlToBr content}}

+

{{nlToBr existingContent}}

{{/is}} {{#is type "text"}} -

{{nlToBr content}}

+

{{nlToBr existingContent}}

{{/is}} {{#is type "textarea"}} -

{{{nlToBr content}}}

+

{{{nlToBr existingContent}}}

{{/is}} {{#is type "richTextarea"}} - {{{content}}} + {{{existingContent}}} {{/is}} {{#is type "radio_big_buttons"}}