# HG changeset patch # User Edho Arief # Date 1349309719 -25200 # Node ID 285cce9725bfc8135c7594f06ad3f63d3f771482 # Parent 1833de28583a137bd9149f83adac95e9dee01c06 Added space to blank lines. Otherwise for some reason prettify prints `Â` on those lines. diff -r 1833de28583a -r 285cce9725bf app/views/pastes/show.html.erb --- a/app/views/pastes/show.html.erb Thu Oct 04 06:59:33 2012 +0700 +++ b/app/views/pastes/show.html.erb Thu Oct 04 07:15:19 2012 +0700 @@ -2,7 +2,7 @@ -
<%= @paste.paste %>
+
<%= @paste.paste.gsub(/^$/, ' ') %>