diff --git a/app/views/steps/_step.html.erb b/app/views/steps/_step.html.erb index ab8fa3979..c7399546e 100644 --- a/app/views/steps/_step.html.erb +++ b/app/views/steps/_step.html.erb @@ -32,7 +32,7 @@
- <% if step.description.blank? %> + <% if strip_tags(step.description).blank? %> <%= t("protocols.steps.no_description") %> <% else %> <%= step.description.html_safe %>