# HG changeset patch # User Edho Arief # Date 1346083422 25200 # Node ID 9f80b5700e935da2d8cb9143ab6702c07677acd3 # Parent 8c0f70f8249e73b79008544e9d36effaccdc19a9 Don't escape html in _txt_ file. diff -r 8c0f70f8249e -r 9f80b5700e93 app/views/pastes/show.txt.erb --- a/app/views/pastes/show.txt.erb Mon Aug 27 07:44:17 2012 -0700 +++ b/app/views/pastes/show.txt.erb Mon Aug 27 09:03:42 2012 -0700 @@ -1,1 +1,1 @@ -<%= @paste.paste %> +<%= @paste.paste.html_safe %>