Skip to content

Commit

Permalink
put paragraphs in <p> tags; radical idea...
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haran committed Apr 21, 2009
1 parent 44dcd45 commit 1f8229f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion semantic_out.html.erb
Expand Up @@ -24,7 +24,9 @@
<div class="intervention">
<div class="intervenor"><a href="<%= intervention.link %>"><%= intervention.name %></a></div>
<div class="intervention_contents">
<%= intervention.paragraphs %>
<% intervention.paragraphs.each do |p| %>
<p><%= p %></p>
<% end %>
</div>
</div>
<% end %>
Expand Down

0 comments on commit 1f8229f

Please sign in to comment.