Skip to content

Commit

Permalink
remived inline style in description paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lihm committed Mar 7, 2012
1 parent de236fe commit d70a31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/package/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
<% if @description_package.blank? %>
<p>No description found...</p>
<% else %>
<p style="white-space: pre-line; ">
<!-- <p style="white-space: pre-line; "> -->
<p>
<%= @description_package.description.strip -%>
<!-- <i>(from <%= @description_package.project %>)</i> -->
</p>
Expand Down

0 comments on commit d70a31a

Please sign in to comment.