@ -27,7 +27,7 @@
<tr>
<td colspan="2" width="580px" >
<p class="info-break">
<%= h (truncate(e.event_description, :length => 240)) %>
<%= h(truncate(strip_tags(e.event_description).gsub(/ /,' '), length: 30, omission:'...')) %>
</p></td>
</tr>