diff --git a/app/views/posts/attributes/_content.haml b/app/views/posts/attributes/_content.haml index 53e7bbfa..608ca6a3 100644 --- a/app/views/posts/attributes/_content.haml +++ b/app/views/posts/attributes/_content.haml @@ -127,4 +127,4 @@ %p= t('editor.word') .editor-content.form-control.h-auto.mt-1{ contenteditable: 'true' } - = metadata.value.html_safe + = metadata.value.to_s