Skip to content

Instantly share code, notes, and snippets.

@alaghu
Created May 14, 2014 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alaghu/e7d8b7fe66b9ebea224a to your computer and use it in GitHub Desktop.
Save alaghu/e7d8b7fe66b9ebea224a to your computer and use it in GitHub Desktop.
The sent_array.join does not render it as a HTML
<% end %>
<h3>sentxml2</h3>
<%= sentxml %>
<h3>sent_array</h3>
<%= sent_array.join('') %>
<h3>Sanitized</h3>
<%= sanitize sent_array.join('') %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment