From 8eef8ff30cf5f62906cb97c9baf7ddbe0d3c4d03 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Thu, 19 Jan 2023 10:14:35 +0100
Subject: [PATCH] fix

---
 app/views/admin/application/static/_contact_detail.html.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/admin/application/static/_contact_detail.html.erb b/app/views/admin/application/static/_contact_detail.html.erb
index bc8b4235e..f2ceaef20 100644
--- a/app/views/admin/application/static/_contact_detail.html.erb
+++ b/app/views/admin/application/static/_contact_detail.html.erb
@@ -3,6 +3,6 @@ detail = kind.new data
 if detail.present?
 %>
   <%= variable %>:
-    label: <%= detail.label %>
-    value: <%= detail.value %>
+    label: "<%= detail.label %>"
+    value: "<%= detail.value %>"
 <% end %>
\ No newline at end of file
-- 
GitLab