diff --git a/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb b/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb index 64ec9f8..5dae7a7 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb @@ -1,7 +1,7 @@

<%= @form.name %>

-

<%= @form.description.html_safe %>

+

<%= (@form.description || "").html_safe %>

<% if @submission.id.nil? %> <% if @form.expired? %> -- libgit2 0.21.2