diff --git a/app/views/landings/_image.html.erb b/app/views/landings/_image.html.erb index 0424849a8..22aefa1cb 100644 --- a/app/views/landings/_image.html.erb +++ b/app/views/landings/_image.html.erb @@ -1 +1 @@ -

<%= post.essential_tag_string %>

\ No newline at end of file +

<%= post.essential_tag_string.tr("_", " ") %>

\ No newline at end of file