From 07da26b0a415dacdda2b102b41a78122f4437b13 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 14 Mar 2023 15:41:28 -0300 Subject: [PATCH] fixup! fix: retrocompatibilidad --- app/views/posts/attributes/_content.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/attributes/_content.haml b/app/views/posts/attributes/_content.haml index 608ca6a3..9a5069c9 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.to_s + = metadata.to_s.html_safe