diff --git a/src/webui/app/views/package/show.html.erb b/src/webui/app/views/package/show.html.erb index 173e7952cd0..6d65239510c 100644 --- a/src/webui/app/views/package/show.html.erb +++ b/src/webui/app/views/package/show.html.erb @@ -6,7 +6,7 @@

<%=h @package.title %><%= h(@package) if @package.title.to_s.blank? -%>

-
<%= @package.description.text %>
+
<%= @package.description.text %>

Information

diff --git a/src/webui/app/views/project/show.html.erb b/src/webui/app/views/project/show.html.erb index f9e205d6580..7f86fbad812 100644 --- a/src/webui/app/views/project/show.html.erb +++ b/src/webui/app/views/project/show.html.erb @@ -7,7 +7,7 @@

<%=h @project.title %><%= h( @project ) if @project.title.to_s.blank? -%>

-
<%= @project.description.text %>
+
<%= @project.description.text %>

Information