From d496c6163b12618044964e05b02be72603b8c059 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Drga?=
<%= @phase_revision.description %>
+<%= @phase_revision.description&.html_safe %>
diff --git a/app/views/phase_revision/show.html.erb b/app/views/phase_revision/show.html.erb index 74af6cf..3e362fb 100644 --- a/app/views/phase_revision/show.html.erb +++ b/app/views/phase_revision/show.html.erb @@ -14,7 +14,7 @@ <% end %> <% end %> -<%= @phase_revision.description %>
+<%= @phase_revision.description&.html_safe %>