remove tags

exceptionHandle
kg 11 years ago
parent e92383940f
commit 9ab5db8ee3

@ -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(/&nbsp;/,' '), length: 30, omission:'...')) %>
</p></td>
</tr>
<tr>

Loading…
Cancel
Save